summaryrefslogtreecommitdiff
path: root/src/flash/nand/arm_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/arm_io.c')
-rw-r--r--src/flash/nand/arm_io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/flash/nand/arm_io.c b/src/flash/nand/arm_io.c
index cc565dcb..4c746757 100644
--- a/src/flash/nand/arm_io.c
+++ b/src/flash/nand/arm_io.c
@@ -24,10 +24,13 @@
#include "config.h"
#endif
+#include "core.h"
#include "arm_io.h"
+#include <helper/binarybuffer.h>
#include <target/armv4_5.h>
#include <target/algorithm.h>
+
/**
* Copies code to a working area. This will allocate room for the code plus the
* additional amount requested if the working area pointer is null.