From b64b78e4cc2aaed779a07dbcb180323bfb3652d6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Jan 2009 13:40:18 +0100 Subject: Allow overriding the function that ships the request in the Samba 3 client code. --- source4/dsdb/common/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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" -- cgit