diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-30 13:03:46 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-30 13:03:46 +0100 |
| commit | 5b4a4e84cd85983dd5e9783e9c5674de3243ef5a (patch) | |
| tree | 467839c61eaf81db2c4541e67b1bb9228c7ed2c5 /include | |
| parent | c1d2c9382a3782344ecc57d6f34729acf203eddb (diff) | |
util.h: add missing include
parse_boolean() takes and returns a `bool`
Diffstat (limited to 'include')
| -rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index bda941ce..9277fa6e 100644 --- a/include/util.h +++ b/include/util.h @@ -2,6 +2,7 @@ #define _SWAY_UTIL_H #include <stdint.h> +#include <stdbool.h> #include <unistd.h> #include <sys/types.h> #include <xkbcommon/xkbcommon.h> |
