mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
Merge pull request #2385 from 1ace/fix/include
util.h: add missing include
This commit is contained in:
commit
4985667826
|
@ -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…
Reference in a new issue