fix mtd compile
[openwrt/svn-archive/archive.git] / package / mtd / src / mtd.c
index f5acb1effced94135caa080d48bcb8dba2b01847..80d09abd2a73614ae2b6fadbc147bf72df00df5a 100644 (file)
@@ -40,7 +40,7 @@
 #include <sys/reboot.h>
 #include <string.h>
 
-#include <linux/mtd/mtd.h>
+#include "mtd.h"
 
 #define TRX_MAGIC       0x30524448      /* "HDR0" */
 #define BUFSIZE (16 * 1024)