diff options
-rw-r--r-- | netrc.c | 3 | ||||
-rw-r--r-- | rfc822.c | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -10,12 +10,13 @@ (Makefile.am should have a rule so you can just type "make netrc") */ +#include "config.h" + #include <stdio.h> #include <ctype.h> #include <stdlib.h> #include <string.h> -#include "config.h" #include "fetchmail.h" #include "netrc.h" #include "i18n.h" @@ -19,6 +19,9 @@ is part of fetchmail and the Unix Cookbook, and are released under the MIT license. Compile with -DMAIN to build the demonstrator. ******************************************************************************/ + +#include "config.h" + #include <stdio.h> #include <ctype.h> #include <string.h> |