From 7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 12:42:49 +0200 Subject: s3-build: only include nsswitch header where needed. Guenther --- source3/passdb/pdb_interface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/passdb') diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index 3c297b2300..ddc7ad4e0a 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -24,6 +24,7 @@ #include "secrets.h" #include "../librpc/gen_ndr/samr.h" #include "memcache.h" +#include "nsswitch/winbind_client.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_PASSDB -- cgit