diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-15 14:55:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-15 14:55:09 +0000 |
commit | e20b78fa61346bc038af5509f21afb2721a3c790 (patch) | |
tree | de679bb0563e74729fa128138e776702b99fbea1 /driver.c | |
parent | 4c2423a98542de4ab80ff75cb5987aa59f788ee1 (diff) | |
download | fetchmail-e20b78fa61346bc038af5509f21afb2721a3c790.tar.gz fetchmail-e20b78fa61346bc038af5509f21afb2721a3c790.tar.bz2 fetchmail-e20b78fa61346bc038af5509f21afb2721a3c790.zip |
Header cleanup.
svn path=/trunk/; revision=338
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,10 @@ #include <config.h> #include <stdio.h> +#if defined(STDC_HEADERS) #include <stdlib.h> +#include <string.h> +#endif #if defined(HAVE_STDARG_H) #include <stdarg.h> #else @@ -21,7 +24,6 @@ #endif #include <sys/time.h> #include <signal.h> -#include <string.h> #ifdef KERBEROS_V4 #include <krb.h> |