1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-02 11:36:20 +00:00

Merge pull request from deklov/master

Bug fix: Add missing header file, unistd.h
This commit is contained in:
Drew DeVault 2016-06-27 00:34:04 -04:00 committed by GitHub
commit 8f67903909

View file

@ -11,6 +11,7 @@
#include <getopt.h>
#include <signal.h>
#include <stdbool.h>
#include <unistd.h>
#include "client/window.h"
#include "client/registry.h"