summaryrefslogtreecommitdiff
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 @@
23 23
24#include <stdio.h> 24#include <stdio.h>
25#include <stdlib.h> 25#include <stdlib.h>
26#include <memory.h> 26#include <inttypes.h>
27 27
28#define UINT8 unsigned char 28#define UINT8 unsigned char
29#define UINT16 unsigned short 29#define UINT16 unsigned short
@@ -144,4 +144,4 @@ int main(int argc, char* argv[])
144 fclose(pOutFile); 144 fclose(pOutFile);
145 145
146 return 0; 146 return 0;
147} \ No newline at end of file 147}