diff options
author | Simo Sorce <idra@samba.org> | 2008-06-16 09:04:06 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-06-16 09:06:39 -0400 |
commit | b6fc30b360539c94c4a5d8ac10820931baccc1bd (patch) | |
tree | d1f9f7c2aa54fe36198991a85f78b7f114140a1d /source4 | |
parent | 78d9e9be0c170360f8ef926bce4c4233798aae28 (diff) | |
download | samba-b6fc30b360539c94c4a5d8ac10820931baccc1bd.tar.gz samba-b6fc30b360539c94c4a5d8ac10820931baccc1bd.tar.bz2 samba-b6fc30b360539c94c4a5d8ac10820931baccc1bd.zip |
Fix ldb_wrap.c
(This used to be commit fd9f7c56752a06433cc26fa61a16d87941cbb2d3)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/ldb_wrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_wrap.c b/source4/lib/ldb/ldb_wrap.c index aed3f13abc..f9dd8471c7 100644 --- a/source4/lib/ldb/ldb_wrap.c +++ b/source4/lib/ldb/ldb_wrap.c @@ -2546,6 +2546,7 @@ 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" |