add lua plugin support
[project/uhttpd.git] / auth.c
diff --git a/auth.c b/auth.c
index c27488f..301e938 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -17,6 +17,9 @@
  *  limitations under the License.
  */
 
  *  limitations under the License.
  */
 
+#define _GNU_SOURCE
+#define _XOPEN_SOURCE  700
+#include <strings.h>
 #include "uhttpd.h"
 
 static LIST_HEAD(auth_realms);
 #include "uhttpd.h"
 
 static LIST_HEAD(auth_realms);