X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=auth.c;h=301e9383f9c05aa27fa439d53d57dcfff8b593e3;hp=afab2c086eac5e8f07b8995547c1e97c12f3b85e;hb=b949545598eaa75b38b4d57c9aea6216bd82256c;hpb=9c767787dba81bd5713e1a45eef8b381e7d4b79b 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);