diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-06-27 00:34:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-27 00:34:04 -0400 |
commit | 8f67903909dc542c9137bd8168967ca1f788b11e (patch) | |
tree | c5b7006e1d987db8bee9ba92445fbce6198ec2c6 /swaylock | |
parent | b5818150b959eb57ac400799f6c3ba017736485e (diff) | |
parent | d3c947676dc2b2e15fafbb542b9fa6335c047486 (diff) |
Merge pull request #723 from deklov/master
Bug fix: Add missing header file, unistd.h
Diffstat (limited to 'swaylock')
-rw-r--r-- | swaylock/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaylock/main.c b/swaylock/main.c index b5ce63ef..a0a2f1cb 100644 --- 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" |