003-missing_include.patch 388 B

1234567891011121314151617181920
  1. --- a/src/mtd.c
  2. +++ b/src/mtd.c
  3. @@ -28,6 +28,7 @@
  4. #include <unistd.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7. +#include <stddef.h>
  8. #include <fcntl.h>
  9. #include <ctype.h>
  10. #include <errno.h>
  11. --- a/src/mtd.h
  12. +++ b/src/mtd.h
  13. @@ -27,6 +27,7 @@
  14. #include <mtd/mtd-user.h>
  15. #include <endian.h>
  16. +#include <fcntl.h>
  17. #include "BootControlBlocks.h"
  18. #include "rom_nand_hamming_code_ecc.h"