X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=auth.c;h=301e9383f9c05aa27fa439d53d57dcfff8b593e3;hp=c27488fcb7738bbefec7e40460faf7c704918aab;hb=b949545598eaa75b38b4d57c9aea6216bd82256c;hpb=76f5d84671a258274b0b647d234431ad70b4553e diff --git a/auth.c b/auth.c index c27488f..301e938 100644 --- a/auth.c +++ b/auth.c @@ -17,6 +17,9 @@ * limitations under the License. */ +#define _GNU_SOURCE +#define _XOPEN_SOURCE 700 +#include #include "uhttpd.h" static LIST_HEAD(auth_realms);