util.h: add missing include

parse_boolean() takes and returns a `bool`
master
Eric Engestrom 6 years ago
parent 5f8676f214
commit c6a6faaeae

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

Loading…
Cancel
Save