mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-16 15:41:25 +01:00
Merge pull request #2385 from 1ace/fix/include
util.h: add missing include
This commit is contained in:
commit
4985667826
1 changed files with 1 additions and 0 deletions
|
@ -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