summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-25 10:54:19 +0100
committerVolker Lendecke <vl@samba.org>2009-02-25 11:02:48 +0100
commit9e3178e8387cd85858a145bb4918073f91127d20 (patch)
treef630c21f1307db039f0ef0375ebc4f6327308e58 /lib/tevent/tevent.h
parent9d165fa5c69d3c98d1a76a155bb794a7e4c9744a (diff)
downloadsamba-9e3178e8387cd85858a145bb4918073f91127d20.tar.gz
samba-9e3178e8387cd85858a145bb4918073f91127d20.tar.bz2
samba-9e3178e8387cd85858a145bb4918073f91127d20.zip
Attempt to fix the OpenChange build -- sorry for the break
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 33747f0986..b3d1c6d59a 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -31,7 +31,7 @@
#include <stdint.h>
#include <talloc.h>
#include <sys/time.h>
-#include <../lib/replace/replace.h>
+#include <stdbool.h>
struct tevent_context;
struct tevent_ops;