mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 01:11:28 +00:00
util.h: add missing include
parse_boolean() takes and returns a `bool`
This commit is contained in:
parent
5f8676f214
commit
c6a6faaeae
|
@ -2,6 +2,7 @@
|
||||||
#define _SWAY_UTIL_H
|
#define _SWAY_UTIL_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <xkbcommon/xkbcommon.h>
|
#include <xkbcommon/xkbcommon.h>
|
||||||
|
|
Loading…
Reference in a new issue