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