kobs-ng: add header for integer definitions
[openwrt/openwrt.git] / package / boot / kobs-ng / patches / 001-compile.patch
index 67da93a324ba2a3d6b280e30782c4735ddf189d6..8648dc8b940f50a145ba77a3c37fd307f42861cf 100644 (file)
  #include <errno.h>
 --- a/src/mtd.h
 +++ b/src/mtd.h
-@@ -25,8 +25,10 @@
+@@ -25,8 +25,11 @@
  #ifndef MTD_H
  #define MTD_H
  
 +#define _GNU_SOURCE
  #include <mtd/mtd-user.h>
  #include <endian.h>
++#include <stdint.h>
 +#include <fcntl.h>
  
  #include "BootControlBlocks.h"