From 7de6e6fbc78e149200903b054206b56425e44562 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Nov 2011 22:50:18 +0100 Subject: s3-smbldap: include talloc.h and tevent.h in smbldap.h Guenther --- source3/include/smbldap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index ef09c4c3c2..df9df766b3 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -25,6 +25,9 @@ #ifdef HAVE_LDAP +#include +#include + /** * Struct to keep the state for all the ldap stuff * -- cgit