diff options
Diffstat (limited to 'include/compat/netinet/ip.h')
-rw-r--r-- | include/compat/netinet/ip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat/netinet/ip.h b/include/compat/netinet/ip.h index 6019f7d..29f17f3 100644 --- a/include/compat/netinet/ip.h +++ b/include/compat/netinet/ip.h | |||
@@ -8,7 +8,9 @@ | |||
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | #ifndef _WIN32 | 10 | #ifndef _WIN32 |
11 | #ifdef HAVE_NETINET_IP_H | ||
11 | #include_next <netinet/ip.h> | 12 | #include_next <netinet/ip.h> |
13 | #endif | ||
12 | #else | 14 | #else |
13 | #include <win32netcompat.h> | 15 | #include <win32netcompat.h> |
14 | #endif | 16 | #endif |