aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc822.c b/rfc822.c
index 15b88f05..e56ced16 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -21,6 +21,7 @@ MIT license. Compile with -DMAIN to build the demonstrator.
******************************************************************************/
#include "config.h"
+#include "fetchmail.h"
#include <stdio.h>
#include <ctype.h>
@@ -28,7 +29,6 @@ MIT license. Compile with -DMAIN to build the demonstrator.
#include <strings.h>
#include <stdlib.h>
-#include "fetchmail.h"
#include "sdump.h"
#ifndef MAIN