diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-22 19:48:46 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-24 20:40:46 +0100 |
commit | 70814474f55befc1617e1162a23d14838ba451a3 (patch) | |
tree | ad45db086a24d2becae1c4a2a376814350fdbf55 /lib/tevent | |
parent | c50233695e002d9f7c872821f7b90cdea632dd30 (diff) | |
download | samba-70814474f55befc1617e1162a23d14838ba451a3.tar.gz samba-70814474f55befc1617e1162a23d14838ba451a3.tar.bz2 samba-70814474f55befc1617e1162a23d14838ba451a3.zip |
tevent.h requires bool and uint[16|32|64]_t
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/tevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 16fac7327f..33747f0986 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; |