diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__) |