X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=auth.c;h=d6964f43738a0dd02c91552ad559eafa05782c5a;hb=b0ac713bef656102c722ab472753c17aa15fcf93;hp=301e9383f9c05aa27fa439d53d57dcfff8b593e3;hpb=92ae38e7170d435b3ae54374735e5a4896ece6b4;p=oweals%2Fuhttpd.git diff --git a/auth.c b/auth.c index 301e938..d6964f4 100644 --- a/auth.c +++ b/auth.c @@ -20,6 +20,9 @@ #define _GNU_SOURCE #define _XOPEN_SOURCE 700 #include +#ifdef HAVE_SHADOW +#include +#endif #include "uhttpd.h" static LIST_HEAD(auth_realms);