fix mtd compile
[openwrt.git] / package / mtd / src / mtd.c
index f5acb1e..80d09ab 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)