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/auth/server_info_sam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth') diff --git a/source3/auth/server_info_sam.c b/source3/auth/server_info_sam.c index 7a33aab2a2..4731ad44f1 100644 --- a/source3/auth/server_info_sam.c +++ b/source3/auth/server_info_sam.c @@ -24,6 +24,7 @@ #include "includes.h" #include "smbd/globals.h" #include "../libcli/auth/libcli_auth.h" +#include "nsswitch/winbind_client.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit