diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c index 08edd269b..70050babe 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 +#endif + /* FT2232 access library includes */ #if BUILD_FT2232_FTD2XX == 1