From: <zw...@ma...> - 2009-04-30 02:59:52
|
Author: zwelch Date: 2009-04-30 02:59:46 +0200 (Thu, 30 Apr 2009) New Revision: 1573 Modified: trunk/src/jtag/ft2232.c Log: Michael Bruck <mb...@di...>: sys/select.h must preceed windows.h. Modified: trunk/src/jtag/ft2232.c =================================================================== --- trunk/src/jtag/ft2232.c 2009-04-30 00:57:58 UTC (rev 1572) +++ trunk/src/jtag/ft2232.c 2009-04-30 00:59:46 UTC (rev 1573) @@ -33,12 +33,12 @@ #include "config.h" #endif +#include "replacements.h" + #if IS_CYGWIN == 1 #include "windows.h" #endif -#include "replacements.h" - /* project specific includes */ #include "log.h" #include "types.h" |