From 836bbce0c428581f40d13d8c3d27d1c7adc31ccb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Oct 1998 19:57:45 +0000 Subject: Jonathan T. Agnew's massive code cleanup. svn path=/trunk/; revision=2137 --- rfc822.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rfc822.c') diff --git a/rfc822.c b/rfc822.c index 08805d93..5c989cd9 100644 --- a/rfc822.c +++ b/rfc822.c @@ -12,6 +12,7 @@ #include #endif +#include "config.h" #include "fetchmail.h" #define HEADER_END(p) ((p)[0] == '\n' && ((p)[1] != ' ' && (p)[1] != '\t')) -- cgit v1.2.3