Merge pull request #2385 from 1ace/fix/include

util.h: add missing include
This commit is contained in:
emersion 2018-07-30 15:57:11 +01:00 committed by GitHub
commit 4985667826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>