diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-08 21:58:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 21:58:25 -0400 |
commit | 7aa0e949b3849428aad426533e719562d7bb8ef9 (patch) | |
tree | 71a56d8907ec9df06f0286c2dd92c30621aa5d0e /include | |
parent | edafc021bc516c20df43c2b783dc9e52f79687a9 (diff) | |
parent | 3abf713e3589a934577079d8a15faa98752ccd98 (diff) |
Merge pull request #248 from Timidger/wlr_keyboard-include-fix
Fixed include in wlr_keyboard.h
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_keyboard.h | 1 |
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> |