Attempted fix for Cygwin to expose getaddrinfo and friends

This commit is contained in:
michael-grunder 2018-05-09 21:13:01 -07:00
parent fbc4971d7d
commit c1af0e849d

View File

@ -7,6 +7,7 @@
#endif #endif
#if defined(__CYGWIN__) #if defined(__CYGWIN__)
#define _POSIX_C_SOURCE 200112L
#include <sys/cdefs.h> #include <sys/cdefs.h>
#endif #endif