diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-10-25 01:34:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:36 -0500 |
commit | 7397361dae8424c9da24a04576c93bf8470041ee (patch) | |
tree | 34c17d9ec426008614ea2a7b53aa8077b9d2dd26 /source4 | |
parent | c1c696460b74fa3dd381f3903ec0281f6f1865a9 (diff) | |
download | samba-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')
-rw-r--r-- | source4/include/includes.h | 2 |
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 */ |