diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-29 20:49:29 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-29 20:49:29 +0200 |
commit | a1e745c4da90c875ecbd433fcc81fe3bab2811e5 (patch) | |
tree | 375aa9c65aaa30cc38dae0c3d3747d2fde3e9872 /rfc822.c | |
parent | 28efe765578c7bf75fea29c6d827b1925a0b3525 (diff) | |
download | fetchmail-a1e745c4da90c875ecbd433fcc81fe3bab2811e5.tar.gz fetchmail-a1e745c4da90c875ecbd433fcc81fe3bab2811e5.tar.bz2 fetchmail-a1e745c4da90c875ecbd433fcc81fe3bab2811e5.zip |
#include <strings.h> for strncasecmp.
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" |