Add stdbool.h

This commit is contained in:
Scott Anderson 2017-09-22 14:17:29 +12:00
parent f296cc7dba
commit 8cb49f4d68
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <wayland-server.h> #include <wayland-server.h>
#include <pixman.h> #include <pixman.h>
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
struct wlr_frame_callback { struct wlr_frame_callback {
struct wl_resource *resource; struct wl_resource *resource;