change #include "flash.h" to <flash/flash.h>
[fw/openocd] / src / flash / nor / ocl.c
index 57d9efaaaa6f78f8e3bab54cd08ed410c751b8d5..6e3ad1c9a767282dd957e6e1051df444b51a2dc0 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 #include "ocl.h"
-#include "flash.h"
+#include <flash/flash.h>
 #include <target/embeddedice.h>