From c8f811034288e45b762b51b8cfb66b021a32f5bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 18:36:18 +0200 Subject: s3-build: only include libnscd.h where needed. Guenther --- source3/lib/util_nscd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/util_nscd.c b/source3/lib/util_nscd.c index 4feab3b8ac..6002f14800 100644 --- a/source3/lib/util_nscd.c +++ b/source3/lib/util_nscd.c @@ -19,6 +19,10 @@ #include "includes.h" +#ifdef HAVE_LIBNSCD +#include +#endif + static void smb_nscd_flush_cache(const char *service) { #ifdef HAVE_NSCD_FLUSH_CACHE -- cgit