change #include "time_support.h" to <helper/time_support.h>
[fw/openocd] / src / jtag / drivers / ft2232.c
index 29b6389ced29d94a6fe7962f0feafb374a2b608a..30695a9ab0abada742bf80db447c6ebb845c917c 100644 (file)
@@ -43,7 +43,7 @@
 /* project specific includes */
 #include "interface.h"
 #include "commands.h"
-#include "time_support.h"
+#include <helper/time_support.h>
 
 #if IS_CYGWIN == 1
 #include <windows.h>