diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 13:40:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 13:40:18 +0100 |
commit | b64b78e4cc2aaed779a07dbcb180323bfb3652d6 (patch) | |
tree | 9d8bf5faf0d16a5379e610119764dc6fbf6b8097 /source4/dsdb/common | |
parent | 816934faa8bbe53dd299bc5e39f471eafdddefa8 (diff) | |
download | samba-b64b78e4cc2aaed779a07dbcb180323bfb3652d6.tar.gz samba-b64b78e4cc2aaed779a07dbcb180323bfb3652d6.tar.bz2 samba-b64b78e4cc2aaed779a07dbcb180323bfb3652d6.zip |
Allow overriding the function that ships the request in the Samba 3
client code.
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r-- | source4/dsdb/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c index 2161286e08..b02a162293 100644 --- a/source4/dsdb/common/util.c +++ b/source4/dsdb/common/util.c @@ -22,7 +22,7 @@ */ #include "includes.h" -#include "events.h" +#include "events/events.h" #include "ldb.h" #include "ldb_errors.h" #include "../lib/util/util_ldb.h" |