summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-03 14:13:56 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-03 14:13:56 +0100
commit73c843c1186c74e897022a3edb88d0d4f0ff27dc (patch)
tree812d0d4403568317b2c66d02debdc538ce7a1304 /auth.c
parentfe30b6f9644aefe93b17f8562ff2368aab9c982d (diff)
clean up / fix #include
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.c b/auth.c
index afab2c0..301e938 100644
--- a/auth.c
+++ b/auth.c
@@ -19,6 +19,7 @@
#define _GNU_SOURCE
#define _XOPEN_SOURCE 700
+#include <strings.h>
#include "uhttpd.h"
static LIST_HEAD(auth_realms);