diff options
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h new file mode 100644 index 0000000..d36b91d --- /dev/null +++ b/include/netdb.h | |||
@@ -0,0 +1,10 @@ | |||
1 | /* | ||
2 | * Public domain | ||
3 | * netdb.h compatibility shim | ||
4 | */ | ||
5 | |||
6 | #ifndef _WIN32 | ||
7 | #include_next <netdb.h> | ||
8 | #else | ||
9 | #include <win32netcompat.h> | ||
10 | #endif | ||