diff options
Diffstat (limited to 'src/flash/nor/lpc2900.c')
-rw-r--r-- | src/flash/nor/lpc2900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/lpc2900.c b/src/flash/nor/lpc2900.c index 9cbb9e4..cf74679 100644 --- a/src/flash/nor/lpc2900.c +++ b/src/flash/nor/lpc2900.c @@ -26,7 +26,7 @@ #include "image.h" #include "flash.h" #include <helper/binarybuffer.h> -#include "armv4_5.h" +#include <target/armv4_5.h> #include <target/algorithm.h> |