mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-19 22:38:17 +02:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct weston_compositor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue