1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3-build: only include libnscd.h where needed.

Guenther
This commit is contained in:
Günther Deschner
2010-08-18 18:36:18 +02:00
parent 184339825d
commit c8f8110342
2 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,10 @@
#include "includes.h"
#ifdef HAVE_LIBNSCD
#include <libnscd.h>
#endif
static void smb_nscd_flush_cache(const char *service)
{
#ifdef HAVE_NSCD_FLUSH_CACHE