Commit c1af0e84 authored by michael-grunder's avatar michael-grunder
Browse files

Attempted fix for Cygwin to expose getaddrinfo and friends

parent fbc4971d
...@@ -7,6 +7,7 @@ ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment