diff options
Diffstat (limited to 'rfc822.c')
-rw-r--r-- | rfc822.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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')) |