Merge pull request #1284 from farcaller/patch-1

Fixed detection of windows-native
This commit is contained in:
Oliver Schmidt 2015-09-29 12:31:41 +02:00
commit 0138f49c76

View file

@ -35,7 +35,7 @@
#include <inttypes.h>
#include <limits.h>
#ifndef WIN32_LEAN_AND_MEAN
#ifndef _WIN32
#include <sys/select.h>
#endif