From acbd270e3706b8ce260cef6056454ed1f75fd4b1 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 21 Sep 2005 23:33:29 +0000 Subject: include headers only if the related option is enabled --- libc/pwd_grp/pwd_grp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/pwd_grp') diff --git a/libc/pwd_grp/pwd_grp.c b/libc/pwd_grp/pwd_grp.c index 91c0d83f5..e56b545d6 100644 --- a/libc/pwd_grp/pwd_grp.c +++ b/libc/pwd_grp/pwd_grp.c @@ -41,7 +41,10 @@ #include #include #include +#include +#ifdef __HAS_SHADOW__ #include +#endif #ifdef __UCLIBC_HAS_THREADS__ #include #endif -- cgit v1.2.3