From c1f88421710e7a90773b481bfa07129fcdd42663 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 22 Dec 2008 16:34:37 -0500 Subject: Add some build fixes on top of the talloc, tdb, tevent, ldb rebases --- ldb/include/ldb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ldb/include/ldb.h') diff --git a/ldb/include/ldb.h b/ldb/include/ldb.h index e2ec86987..cb42e8a66 100644 --- a/ldb/include/ldb.h +++ b/ldb/include/ldb.h @@ -46,6 +46,10 @@ #define _LDB_H_ 1 /*! \endcond */ +#include +#include +#include + /* major restrictions as compared to normal LDAP: -- cgit