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/pyldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldb/pyldb.c') diff --git a/ldb/pyldb.c b/ldb/pyldb.c index dfabed54e..725477232 100644 --- a/ldb/pyldb.c +++ b/ldb/pyldb.c @@ -28,7 +28,7 @@ #include #include #include "pyldb.h" -#include "events.h" +#include "tevent.h" #include "ldb.h" #include "ldb_errors.h" #include "ldb_private.h" -- cgit