diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-07-30 13:03:46 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2018-07-30 15:21:52 +0100 |
commit | c6a6faaeae9e7337c61b3b05af852da864c6a1a5 (patch) | |
tree | 467839c61eaf81db2c4541e67b1bb9228c7ed2c5 /include/util.h | |
parent | 5f8676f21478a05c349f0222755e999e2f457acc (diff) |
util.h: add missing include
parse_boolean() takes and returns a `bool`
Diffstat (limited to 'include/util.h')
-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> |