Add include in swig file as well.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 16 Jun 2008 13:25:48 +0000 (15:25 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 16 Jun 2008 13:25:48 +0000 (15:25 +0200)
(This used to be commit c623313189728dd0553384e2e115cf10db4c7f25)

source4/lib/ldb/ldb.i
source4/lib/ldb/ldb_wrap.c

index 23b5e0db7abf72836f5f8fad7c9e7d71d1ee280c..db2fcdeb5b68167bfe36e241860061f6eed6014f 100644 (file)
@@ -39,6 +39,7 @@
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.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;
 
 typedef struct ldb_message ldb_msg;
 typedef struct ldb_context ldb;
index f9dd8471c7186af4c39ca59217830a8458b813c4..8614dc7ed8249e99d82f8eb0c3fc6d66a0452118 100644 (file)
@@ -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 <stdint.h>
 #include <stdbool.h>
 #include "talloc.h"
-#include "events.h"
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.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;
 
 typedef struct ldb_message ldb_msg;
 typedef struct ldb_context ldb;