diff options
-rw-r--r-- | src/jtag/ft2232.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c index 08edd269..70050bab 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 |