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
__archive__
zwelch 2009-04-30 00:59:46 +00:00
parent 6f73d44fab
commit 850121f255
1 changed files with 2 additions and 2 deletions

View File

@ -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"