kobs-ng: fix compile errors
[openwrt.git] / package / boot / kobs-ng / patches / 003-missing_include.patch
diff --git a/package/boot/kobs-ng/patches/003-missing_include.patch b/package/boot/kobs-ng/patches/003-missing_include.patch
new file mode 100644 (file)
index 0000000..b91c050
--- /dev/null
@@ -0,0 +1,20 @@
+--- a/src/mtd.c
++++ b/src/mtd.c
+@@ -28,6 +28,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <stddef.h>
+ #include <fcntl.h>
+ #include <ctype.h>
+ #include <errno.h>
+--- a/src/mtd.h
++++ b/src/mtd.h
+@@ -27,6 +27,7 @@
+ #include <mtd/mtd-user.h>
+ #include <endian.h>
++#include <fcntl.h>
+ #include "BootControlBlocks.h"
+ #include "rom_nand_hamming_code_ecc.h"