diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 04:36:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 04:36:51 +0000 |
commit | 1348735dbd783c28a90446b8da7b74d0e79a5a44 (patch) | |
tree | b1d330a2d08f896a8a774574d24ade3f4062fda6 /driver.c | |
parent | b01e554d2043e8c85036b483c515c3df854a3a98 (diff) | |
download | fetchmail-1348735dbd783c28a90446b8da7b74d0e79a5a44.tar.gz fetchmail-1348735dbd783c28a90446b8da7b74d0e79a5a44.tar.bz2 fetchmail-1348735dbd783c28a90446b8da7b74d0e79a5a44.zip |
More cleanup.
svn path=/trunk/; revision=1984
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__) |