]> Pileus Git - ~andy/fetchmail/blobdiff - rfc822.c
Mention OpenSSL link exception.
[~andy/fetchmail] / rfc822.c
index dbcda322ad8471bd792e20ebb3b0e0566b08d780..a3ff263ffafe2a7f73d1d7746ad57e03cf8eae84 100644 (file)
--- a/rfc822.c
+++ b/rfc822.c
@@ -19,9 +19,13 @@ 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>
+#include  <strings.h>
 #include  <stdlib.h>
 
 #include "fetchmail.h"