aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-04-29 20:49:29 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-04-29 20:49:29 +0200
commita1e745c4da90c875ecbd433fcc81fe3bab2811e5 (patch)
tree375aa9c65aaa30cc38dae0c3d3747d2fde3e9872 /rfc822.c
parent28efe765578c7bf75fea29c6d827b1925a0b3525 (diff)
downloadfetchmail-a1e745c4da90c875ecbd433fcc81fe3bab2811e5.tar.gz
fetchmail-a1e745c4da90c875ecbd433fcc81fe3bab2811e5.tar.bz2
fetchmail-a1e745c4da90c875ecbd433fcc81fe3bab2811e5.zip
#include <strings.h> for strncasecmp.
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc822.c b/rfc822.c
index dbcda322..8fe209ab 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -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"