summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-10-25 01:34:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:36 -0500
commit7397361dae8424c9da24a04576c93bf8470041ee (patch)
tree34c17d9ec426008614ea2a7b53aa8077b9d2dd26 /source4/include
parentc1c696460b74fa3dd381f3903ec0281f6f1865a9 (diff)
downloadsamba-7397361dae8424c9da24a04576c93bf8470041ee.tar.gz
samba-7397361dae8424c9da24a04576c93bf8470041ee.tar.bz2
samba-7397361dae8424c9da24a04576c93bf8470041ee.zip
r3175: Add winbind back into includes.h (spotted by tpot)
Andrew Bartlett (This used to be commit 2b0f04167d6512c7eaa44f8234f0be63c55f9582)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 0290f652ab..9438b468f5 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -685,6 +685,8 @@ extern int errno;
#include "libnet/libnet.h"
#include "utils/net/net.h"
+#include "nsswitch/winbind_client.h"
+
/* hmm, this really is getting ugly isn't it .... we probably need to
have some way to have subsystem includes without including it
globally */