aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index f32e471f..c045393b 100644
--- a/driver.c
+++ b/driver.c
@@ -43,9 +43,9 @@
#include <time.h>
#endif
-#ifdef HAVE_GETHOSTBYNAME
+#ifdef HAVE_RES_SEARCH
#include <netdb.h>
-#endif /* HAVE_GETHOSTBYNAME */
+#endif /* HAVE_RES_SEARCH */
#ifdef KERBEROS_V4
#if defined (__bsdi__)