diff options
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/ldb.i | 1 | ||||
-rw-r--r-- | source4/lib/ldb/ldb_wrap.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb.i b/source4/lib/ldb/ldb.i index 23b5e0db7a..db2fcdeb5b 100644 --- a/source4/lib/ldb/ldb.i +++ b/source4/lib/ldb/ldb.i @@ -39,6 +39,7 @@ #include "ldb.h" #include "ldb_errors.h" #include "ldb_private.h" +#include "events.h" typedef struct ldb_message ldb_msg; typedef struct ldb_context ldb; diff --git a/source4/lib/ldb/ldb_wrap.c b/source4/lib/ldb/ldb_wrap.c index f9dd8471c7..8614dc7ed8 100644 --- a/source4/lib/ldb/ldb_wrap.c +++ b/source4/lib/ldb/ldb_wrap.c @@ -2546,10 +2546,10 @@ static swig_module_info swig_module = {swig_types, 24, 0, 0, 0, 0}; #include <stdint.h> #include <stdbool.h> #include "talloc.h" -#include "events.h" #include "ldb.h" #include "ldb_errors.h" #include "ldb_private.h" +#include "events.h" typedef struct ldb_message ldb_msg; typedef struct ldb_context ldb; |