From b0ac713bef656102c722ab472753c17aa15fcf93 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Jan 2013 10:17:31 +0100 Subject: add check for shadow support, turn -Os back on --- auth.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auth.c') 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); -- cgit v1.2.3