commit 8f67903909dc542c9137bd8168967ca1f788b11e
parent b5818150b959eb57ac400799f6c3ba017736485e
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 27 Jun 2016 00:34:04 -0400
Merge pull request #723 from deklov/master
Bug fix: Add missing header file, unistd.h
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/swaylock/main.c b/swaylock/main.c
@@ -11,6 +11,7 @@
#include <getopt.h>
#include <signal.h>
#include <stdbool.h>
+#include <unistd.h>
#include "client/window.h"
#include "client/registry.h"