summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-30 00:59:46 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-30 00:59:46 +0000
commit850121f25586f00a1d22fdf2f8f4ad55e6607fac (patch)
treed7a51b79729378300f0fd7e8f4f1b0d4d487d554 /src
parent6f73d44fab72fdcab3eea1d56bb1a51660658c93 (diff)
downloadopenocd+libswd-850121f25586f00a1d22fdf2f8f4ad55e6607fac.tar.gz
openocd+libswd-850121f25586f00a1d22fdf2f8f4ad55e6607fac.tar.bz2
openocd+libswd-850121f25586f00a1d22fdf2f8f4ad55e6607fac.tar.xz
openocd+libswd-850121f25586f00a1d22fdf2f8f4ad55e6607fac.zip
Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1573 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/jtag/ft2232.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c
index a7e4e7b9..0c5bfc7d 100644
--- a/src/jtag/ft2232.c
+++ b/src/jtag/ft2232.c
@@ -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"