diff options
Diffstat (limited to 'include/compat/arpa/nameser.h')
-rw-r--r-- | include/compat/arpa/nameser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat/arpa/nameser.h b/include/compat/arpa/nameser.h index 0126a60..eff3b0d 100644 --- a/include/compat/arpa/nameser.h +++ b/include/compat/arpa/nameser.h | |||
@@ -4,7 +4,9 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _WIN32 | 6 | #ifndef _WIN32 |
7 | #ifdef HAVE_ARPA_NAMESER_H | ||
7 | #include_next <arpa/nameser.h> | 8 | #include_next <arpa/nameser.h> |
9 | #endif | ||
8 | #else | 10 | #else |
9 | #include <win32netcompat.h> | 11 | #include <win32netcompat.h> |
10 | 12 | ||