diff options
-rw-r--r-- | plugins/common.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/common.h b/plugins/common.h index af97952..280333e 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -78,10 +78,12 @@ | |||
78 | 78 | ||
79 | #if HAVE_LWRES_NETDB_H | 79 | #if HAVE_LWRES_NETDB_H |
80 | #include <lwres/netdb.h> | 80 | #include <lwres/netdb.h> |
81 | #elif !HAVE_GETADDRINFO | ||
82 | #include "getaddrinfo.h" | ||
83 | #else | 81 | #else |
84 | #include <netdb.h> | 82 | # if !HAVE_GETADDRINFO |
83 | # include "getaddrinfo.h" | ||
84 | # else | ||
85 | # include <netdb.h> | ||
86 | # endif | ||
85 | #endif | 87 | #endif |
86 | 88 | ||
87 | /* | 89 | /* |