change #include "flash.h" to <flash/flash.h>
[fw/openocd] / src / flash / nor / faux.c
index 124ca3e1fc0f5bc50b2cf3ea01f3c19a76660743..49a0f722bf54544463f8dce34ada9880e8133cd9 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include "flash.h"
+#include <flash/flash.h>
 #include <target/image.h>
 #include "../hello.h"