aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-22 14:17:29 +1200
committerScott Anderson <ascent12@hotmail.com>2017-09-22 14:17:29 +1200
commit8cb49f4d68b7012f35be031cf5ba6482acc4db9e (patch)
tree831428e19aa4c0c39a56690c6a5ce2f37b9ef7fb /include
parentf296cc7dbad4855810e53e67de63daf8976a1795 (diff)
Add stdbool.h
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h
index d76fff16..5fb648be 100644
--- a/include/wlr/types/wlr_surface.h
+++ b/include/wlr/types/wlr_surface.h
@@ -3,6 +3,7 @@
#include <wayland-server.h>
#include <pixman.h>
#include <stdint.h>
+#include <stdbool.h>
struct wlr_frame_callback {
struct wl_resource *resource;