diff options
Diffstat (limited to 'checkalias.c')
-rw-r--r-- | checkalias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkalias.c b/checkalias.c index eb92ff00..4da77656 100644 --- a/checkalias.c +++ b/checkalias.c @@ -5,6 +5,7 @@ * For license terms, see the file COPYING in this directory. */ #include "config.h" +#include "fetchmail.h" #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -21,7 +22,6 @@ #include <netdb.h> #include "i18n.h" #include "mx.h" -#include "fetchmail.h" #include "getaddrinfo.h" #define MX_RETRIES 3 |