aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc822.c b/rfc822.c
index 08805d93..5c989cd9 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -12,6 +12,7 @@
#include <stdlib.h>
#endif
+#include "config.h"
#include "fetchmail.h"
#define HEADER_END(p) ((p)[0] == '\n' && ((p)[1] != ' ' && (p)[1] != '\t'))