From 7397361dae8424c9da24a04576c93bf8470041ee Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Oct 2004 01:34:56 +0000 Subject: r3175: Add winbind back into includes.h (spotted by tpot) Andrew Bartlett (This used to be commit 2b0f04167d6512c7eaa44f8234f0be63c55f9582) --- source4/include/includes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/include') 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 */ -- cgit