aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand.h')
-rw-r--r--src/flash/nand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/flash/nand.h b/src/flash/nand.h
index 230cf508..f91dedaf 100644
--- a/src/flash/nand.h
+++ b/src/flash/nand.h
@@ -25,7 +25,9 @@
#ifndef NAND_H
#define NAND_H
-#include <flash/flash.h>
+#include <flash/common.h>
+// to be removed later
+#include <target/target.h>
struct nand_device;