From fa644368ed7583c93dd1e4dffbafeb0e54167670 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 6 Nov 2010 16:19:04 +0000 Subject: uhttpd: make it work without shadow password support SVN-Revision: 23897 --- package/uhttpd/src/uhttpd-utils.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/uhttpd/src/uhttpd-utils.h') diff --git a/package/uhttpd/src/uhttpd-utils.h b/package/uhttpd/src/uhttpd-utils.h index 3514ce1cac..6a0a395a91 100644 --- a/package/uhttpd/src/uhttpd-utils.h +++ b/package/uhttpd/src/uhttpd-utils.h @@ -21,9 +21,12 @@ #include #include #include -#include #include +#ifdef HAVE_SHADOW +#include +#endif + #define min(x, y) (((x) < (y)) ? (x) : (y)) #define max(x, y) (((x) > (y)) ? (x) : (y)) -- cgit v1.2.3