summaryrefslogtreecommitdiffstats
path: root/flash/extract/extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash/extract/extract.c')
-rw-r--r--flash/extract/extract.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash/extract/extract.c b/flash/extract/extract.c
index e6ea2efdc1..b1f8f4d870 100644
--- a/flash/extract/extract.c
+++ b/flash/extract/extract.c
@@ -23,7 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <memory.h>
+#include <inttypes.h>
#define UINT8 unsigned char
#define UINT16 unsigned short
@@ -144,4 +144,4 @@ int main(int argc, char* argv[])
fclose(pOutFile);
return 0;
-} \ No newline at end of file
+}