s3-smbldap: include talloc.h and tevent.h in smbldap.h
authorGünther Deschner <gd@samba.org>
Wed, 16 Nov 2011 21:50:18 +0000 (22:50 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Nov 2011 01:11:46 +0000 (02:11 +0100)
Guenther

source3/include/smbldap.h

index ef09c4c3c28c5fc8337cb1b8b40a0a0e4a69a318..df9df766b3aef6aab7dd8dfc6860379ea5168733 100644 (file)
@@ -25,6 +25,9 @@
 
 #ifdef HAVE_LDAP
 
+#include <talloc.h>
+#include <tevent.h>
+
 /**
  * Struct to keep the state for all the ldap stuff 
  *