diff options
author | Günther Deschner <gd@samba.org> | 2011-11-16 22:50:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-17 02:11:46 +0100 |
commit | 7de6e6fbc78e149200903b054206b56425e44562 (patch) | |
tree | de5be9dcbd8c3eec3e3264db5e7f1411b36815cd | |
parent | 667f8a244d5a78c47b958c5dd9d70dbe54ce59ec (diff) | |
download | samba-7de6e6fbc78e149200903b054206b56425e44562.tar.gz samba-7de6e6fbc78e149200903b054206b56425e44562.tar.xz samba-7de6e6fbc78e149200903b054206b56425e44562.zip |
s3-smbldap: include talloc.h and tevent.h in smbldap.h
Guenther
-rw-r--r-- | source3/include/smbldap.h | 3 |
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 * |