Cygwin fix.
This commit is contained in:
parent
628e4cc029
commit
d01cb2769a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||
# include <windows.h>
|
||||
#else
|
||||
# include <netinet/in.h> // htonl() ntohl()
|
||||
|
|
Loading…
Add table
Reference in a new issue