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