diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c index 08edd269babe689ab20d13271a12eff06ef3e2f6..70050babe8e9eac3bb3936cdebe9d0ec1804f77a 100644 --- a/src/jtag/ft2232.c +++ b/src/jtag/ft2232.c @@ -33,14 +33,14 @@ #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