change #include "image.h" to <target/image.h>
[fw/openocd] / src / flash / nor / lpc2900.c
index cf746794f6932838c8b34abeed67a2fca5773d17..c1fefd70c375d3710a89ea4fb81a888b4af11432 100644 (file)
@@ -23,7 +23,7 @@
 #endif
 
 
-#include "image.h"
+#include <target/image.h>
 #include "flash.h"
 #include <helper/binarybuffer.h>
 #include <target/armv4_5.h>