You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
388 B
20 lines
388 B
--- 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"
|
|
|