diff options
-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> |