summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-04 15:42:38 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-10-04 15:43:37 +0200
commit6b7593ceac4434f9729ccc0318a5c7b0cf550a2c (patch)
tree4b2ea6eed51f81378163c7e6bfc7628aeb1a497d
parent3bd453b13ded0a2ad9e08878deb73c62fca0566d (diff)
downloaduhttpd-6b7593ceac4434f9729ccc0318a5c7b0cf550a2c.tar.gz
include strings.h globally for strcasecmp and strncasecmp
-rw-r--r--uhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index e9c19ab..d3ce591 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#include <signal.h>
#include <sys/types.h>