mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
Merge pull request #723 from deklov/master
Bug fix: Add missing header file, unistd.h
This commit is contained in:
commit
8f67903909
@ -11,6 +11,7 @@
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "client/window.h"
|
||||
#include "client/registry.h"
|
||||
|
Loading…
Reference in New Issue
Block a user