summaryrefslogtreecommitdiff
path: root/source3/include/smbldap.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-11-16 22:50:18 +0100
committerGünther Deschner <gd@samba.org>2011-11-17 02:11:46 +0100
commit7de6e6fbc78e149200903b054206b56425e44562 (patch)
treede5be9dcbd8c3eec3e3264db5e7f1411b36815cd /source3/include/smbldap.h
parent667f8a244d5a78c47b958c5dd9d70dbe54ce59ec (diff)
downloadsamba-7de6e6fbc78e149200903b054206b56425e44562.tar.gz
samba-7de6e6fbc78e149200903b054206b56425e44562.tar.bz2
samba-7de6e6fbc78e149200903b054206b56425e44562.zip
s3-smbldap: include talloc.h and tevent.h in smbldap.h
Guenther
Diffstat (limited to 'source3/include/smbldap.h')
-rw-r--r--source3/include/smbldap.h3
1 files changed, 3 insertions, 0 deletions
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 <talloc.h>
+#include <tevent.h>
+
/**
* Struct to keep the state for all the ldap stuff
*