X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=auth.c;h=301e9383f9c05aa27fa439d53d57dcfff8b593e3;hp=afab2c086eac5e8f07b8995547c1e97c12f3b85e;hb=73c843c1186c74e897022a3edb88d0d4f0ff27dc;hpb=fe30b6f9644aefe93b17f8562ff2368aab9c982d 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 #include "uhttpd.h" static LIST_HEAD(auth_realms);