mtd: add missing <endian.h> include
[openwrt.git] / package / system / mtd / src / trx.c
index 089d1ac..245ee76 100644 (file)
@@ -26,6 +26,7 @@
 #include <fcntl.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
+#include <endian.h>
 #include <string.h>
 #include <errno.h>