patch-nand-utils_nftl_format_c 359 B

12345678910
  1. --- mtd-utils-2.0.0.orig/nand-utils/nftl_format.c 2016-12-14 10:06:35.000000000 +0100
  2. +++ mtd-utils-2.0.0/nand-utils/nftl_format.c 2017-04-26 08:57:07.000000000 +0200
  3. @@ -23,6 +23,7 @@
  4. #define PROGRAM_NAME "nftl_format"
  5. #define _XOPEN_SOURCE 500 /* for pread/pwrite */
  6. +#include <sys/types.h>
  7. #include <unistd.h>
  8. #include <stdlib.h>
  9. #include <stdio.h>