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/torture/nsstest.c | 1 + source3/torture/torture.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/torture') diff --git a/source3/torture/nsstest.c b/source3/torture/nsstest.c index 8bb577e505..dcdfd1cb74 100644 --- a/source3/torture/nsstest.c +++ b/source3/torture/nsstest.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "nsswitch/winbind_client.h" #ifdef malloc #undef malloc diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 2e35a1ff5d..fdff8a7d05 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -26,6 +26,7 @@ #include "tldap_util.h" #include "../librpc/gen_ndr/svcctl.h" #include "memcache.h" +#include "nsswitch/winbind_client.h" extern char *optarg; extern int optind; -- cgit