diff options
Diffstat (limited to 'src/flash/nor')
-rw-r--r-- | src/flash/nor/ecos.c | 2 | ||||
-rw-r--r-- | src/flash/nor/ocl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/ecos.c b/src/flash/nor/ecos.c index f689e152..ca8f3f51 100644 --- a/src/flash/nor/ecos.c +++ b/src/flash/nor/ecos.c @@ -22,7 +22,7 @@ #endif #include "flash.h" -#include "embeddedice.h" +#include <target/embeddedice.h> #include "image.h" #include <target/algorithm.h> diff --git a/src/flash/nor/ocl.c b/src/flash/nor/ocl.c index 388395f0..57d9efaa 100644 --- a/src/flash/nor/ocl.c +++ b/src/flash/nor/ocl.c @@ -23,7 +23,7 @@ #include "ocl.h" #include "flash.h" -#include "embeddedice.h" +#include <target/embeddedice.h> struct ocl_priv |