shared: include missing header to weston-assert
We forgot to include stdbool to weston-assert.h, but this was not causing issues because callers of weston_assert_true() themselves include stdbool. Add stdbool to weston-assert, as this is the right thing to do. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
This commit is contained in:
parent
a2f99828fe
commit
ba1561946f
@ -29,6 +29,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct weston_compositor;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user