diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-21 13:39:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-21 13:39:49 +0000 |
commit | fc03dcb83b47e998adc7b8e695880759b0d332b7 (patch) | |
tree | ab7ebe834796d45878d54a907897c8dde907a458 /driver.c | |
parent | 852dabd99eaa2fe8095cbaf05f0773aecc5aa01a (diff) | |
download | fetchmail-fc03dcb83b47e998adc7b8e695880759b0d332b7.tar.gz fetchmail-fc03dcb83b47e998adc7b8e695880759b0d332b7.tar.bz2 fetchmail-fc03dcb83b47e998adc7b8e695880759b0d332b7.zip |
Enable compilation.
svn path=/trunk/; revision=2010
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,6 +45,7 @@ #ifdef HAVE_RES_SEARCH #include <netdb.h> +#include "mx.h" #endif /* HAVE_RES_SEARCH */ #ifdef KERBEROS_V4 @@ -68,7 +69,7 @@ #ifdef KERBEROS_V5 #include <krb5.h> #include <com_err.h> -#endif /* KEREROS_V5 */ +#endif /* KERBEROS_V5 */ #include "fetchmail.h" #include "socket.h" |