change #include "time_support.h" to <helper/time_support.h>
[fw/openocd] / src / flash / flash.c
index 1e5ac9a355c909de777f8e3aacc585cc19ee3be2..e910e42f9bc5e45026589e674f77fb691a4bcdd5 100644 (file)
@@ -30,7 +30,7 @@
 #include "flash.h"
 #include "common.h"
 #include "image.h"
-#include "time_support.h"
+#include <helper/time_support.h>
 
 static int flash_write_unlock(struct target *target, struct image *image, uint32_t *written, int erase, bool unlock);