diff options
-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 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; |