change #include "flash.h" to <flash/flash.h>
[fw/openocd] / src / flash / nor / at91sam3.c
index 5f7e8d72fef687db93c29a0d69814b48cd961ec4..dd4f3471cc538f2ffbfa3638ebc4908336379ca3 100644 (file)
@@ -61,7 +61,7 @@
 #include <string.h>
 #include <stddef.h>
 #include <helper/types.h>
-#include "flash.h"
+#include <flash/flash.h>
 #include <helper/membuf.h>
 #include "at91sam3.h"
 #include <helper/time_support.h>