summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-22 19:48:46 +0100
committerVolker Lendecke <vl@samba.org>2009-02-24 20:40:46 +0100
commit70814474f55befc1617e1162a23d14838ba451a3 (patch)
treead45db086a24d2becae1c4a2a376814350fdbf55 /lib/tevent/tevent.h
parentc50233695e002d9f7c872821f7b90cdea632dd30 (diff)
downloadsamba-70814474f55befc1617e1162a23d14838ba451a3.tar.gz
samba-70814474f55befc1617e1162a23d14838ba451a3.tar.xz
samba-70814474f55befc1617e1162a23d14838ba451a3.zip
tevent.h requires bool and uint[16|32|64]_t
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 16fac7327f0..33747f09867 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -31,6 +31,7 @@
#include <stdint.h>
#include <talloc.h>
#include <sys/time.h>
+#include <../lib/replace/replace.h>
struct tevent_context;
struct tevent_ops;