From 8b4f5319efdb43cc5858424528ee5d4a9dcea730 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 19:05:59 +0200 Subject: s3-build: use talloc_dict.h only where needed. Guenther --- source3/winbindd/winbindd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 77aab85834..d7a53e2d66 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -27,6 +27,8 @@ #include "nsswitch/libwbclient/wbclient.h" #include "librpc/gen_ndr/wbint.h" +#include "talloc_dict.h" + #ifdef HAVE_LIBNSCD #include #endif -- cgit