util.h: add missing include

parse_boolean() takes and returns a `bool`
This commit is contained in:
Eric Engestrom 2018-07-30 13:03:46 +01:00
parent 5f8676f214
commit c6a6faaeae
1 changed files with 1 additions and 0 deletions

View File

@ -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>