diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-25 10:54:19 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-25 11:02:48 +0100 |
commit | 9e3178e8387cd85858a145bb4918073f91127d20 (patch) | |
tree | f630c21f1307db039f0ef0375ebc4f6327308e58 /lib/tevent/tevent.h | |
parent | 9d165fa5c69d3c98d1a76a155bb794a7e4c9744a (diff) | |
download | samba-9e3178e8387cd85858a145bb4918073f91127d20.tar.gz samba-9e3178e8387cd85858a145bb4918073f91127d20.tar.xz 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 33747f09867..b3d1c6d59a5 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; |