aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-08 21:58:25 -0400
committerGitHub <noreply@github.com>2017-10-08 21:58:25 -0400
commit7aa0e949b3849428aad426533e719562d7bb8ef9 (patch)
tree71a56d8907ec9df06f0286c2dd92c30621aa5d0e
parentedafc021bc516c20df43c2b783dc9e52f79687a9 (diff)
parent3abf713e3589a934577079d8a15faa98752ccd98 (diff)
Merge pull request #248 from Timidger/wlr_keyboard-include-fix
Fixed include in wlr_keyboard.h
-rw-r--r--include/wlr/types/wlr_keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_keyboard.h b/include/wlr/types/wlr_keyboard.h
index 99a624c2..a6726a7c 100644
--- a/include/wlr/types/wlr_keyboard.h
+++ b/include/wlr/types/wlr_keyboard.h
@@ -3,6 +3,7 @@
#include <wayland-server.h>
#include <stdint.h>
+#include <stdbool.h>
#include <wayland-server.h>
#include <xkbcommon/xkbcommon.h>