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