diff options
Diffstat (limited to 'src/flash/nor/faux.c')
-rw-r--r-- | src/flash/nor/faux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/faux.c b/src/flash/nor/faux.c index 124ca3e1..49a0f722 100644 --- a/src/flash/nor/faux.c +++ b/src/flash/nor/faux.c @@ -21,7 +21,7 @@ #include "config.h" #endif -#include "flash.h" +#include <flash/flash.h> #include <target/image.h> #include "../hello.h" |