]> git.sur5r.net Git - openocd/blobdiff - src/jtag/ft2232.c
Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.
[openocd] / src / jtag / ft2232.c
index 08edd269babe689ab20d13271a12eff06ef3e2f6..70050babe8e9eac3bb3936cdebe9d0ec1804f77a 100644 (file)
 #include "config.h"
 #endif
 
-#if IS_CYGWIN == 1
-#include "windows.h"
-#endif
-
 /* project specific includes */
 #include "jtag.h"
 #include "time_support.h"
 
+#if IS_CYGWIN == 1
+#include <windows.h>
+#endif
+
 
 /* FT2232 access library includes */
 #if BUILD_FT2232_FTD2XX == 1