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