diff options
Diffstat (limited to 'rfc822.c')
-rw-r--r-- | rfc822.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ MIT license. Compile with -DMAIN to build the demonstrator. #include <stdio.h> #include <ctype.h> #include <string.h> +#include <strings.h> #include <stdlib.h> #include "fetchmail.h" |