diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 14:13:56 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 14:13:56 +0100 |
commit | 73c843c1186c74e897022a3edb88d0d4f0ff27dc (patch) | |
tree | 812d0d4403568317b2c66d02debdc538ce7a1304 /auth.c | |
parent | fe30b6f9644aefe93b17f8562ff2368aab9c982d (diff) |
clean up / fix #include
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #define _GNU_SOURCE #define _XOPEN_SOURCE 700 +#include <strings.h> #include "uhttpd.h" static LIST_HEAD(auth_realms); |