From 7de6e6fbc78e149200903b054206b56425e44562 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 16 Nov 2011 22:50:18 +0100 Subject: [PATCH] s3-smbldap: include talloc.h and tevent.h in smbldap.h Guenther --- source3/include/smbldap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index ef09c4c3c28..df9df766b3a 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 * -- 2.11.4.GIT