clean up / fix #include
[project/uhttpd.git] / auth.c
diff --git a/auth.c b/auth.c
index afab2c0..301e938 100644 (file)
--- 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);