diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-16 15:25:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-16 15:25:48 +0200 |
commit | 4a33e5e41b5a03c86758c38ffc1b02dd657962d9 (patch) | |
tree | 0a51d1d1a85de97d4e4be23d2e8e7e04604edd58 /source4/lib/ldb | |
parent | ab871770ca21c35024df4d741cf20670c6e69e80 (diff) | |
download | samba-4a33e5e41b5a03c86758c38ffc1b02dd657962d9.tar.gz samba-4a33e5e41b5a03c86758c38ffc1b02dd657962d9.tar.bz2 samba-4a33e5e41b5a03c86758c38ffc1b02dd657962d9.zip |
Add include in swig file as well.
(This used to be commit c623313189728dd0553384e2e115cf10db4c7f25)
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; |