diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-02 06:40:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-02 06:40:41 +0000 |
commit | bbd3b3111fc34768fe72fbd09d00e4a3697cf032 (patch) | |
tree | 2a603f396e65ee01d5b287980c70cd859cd33f42 /fetchmail.c | |
parent | a50411cfe82aa10a1a64600c176fdc5f027dbed4 (diff) | |
download | fetchmail-bbd3b3111fc34768fe72fbd09d00e4a3697cf032.tar.gz fetchmail-bbd3b3111fc34768fe72fbd09d00e4a3697cf032.tar.bz2 fetchmail-bbd3b3111fc34768fe72fbd09d00e4a3697cf032.zip |
Need this for EGETUNREACH.
svn path=/trunk/; revision=591
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 6e9d1134..eb09f12d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -17,6 +17,7 @@ #include <string.h> #include <signal.h> #include <pwd.h> +#include <errno.h> #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> |