summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c3
1 files changed, 3 insertions, 0 deletions
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 <strings.h>
+#ifdef HAVE_SHADOW
+#include <shadow.h>
+#endif
#include "uhttpd.h"
static LIST_HEAD(auth_realms);