diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-26 01:42:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-26 01:42:01 +0000 |
commit | b4105cd81ef08a51b65573abfe77ceb901a28338 (patch) | |
tree | eb02ee4cde871cc6abb2dde191e4c90f8a1221ce /etrn.c | |
parent | 0de8709f018643bd271ee55f48e4a15724c28443 (diff) | |
download | fetchmail-b4105cd81ef08a51b65573abfe77ceb901a28338.tar.gz fetchmail-b4105cd81ef08a51b65573abfe77ceb901a28338.tar.bz2 fetchmail-b4105cd81ef08a51b65573abfe77ceb901a28338.zip |
RSK pointed out a SunOS4.1.4 port bug.
svn path=/trunk/; revision=1122
Diffstat (limited to 'etrn.c')
-rw-r--r-- | etrn.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ * For license terms, see the file COPYING in this directory. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <netdb.h> +#include <errno.h> #include "fetchmail.h" #include "smtp.h" #include "socket.h" |