diff options
author | unraised <17155813+unraised@users.noreply.github.com> | 2019-01-23 10:09:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 10:09:23 -0600 |
commit | c0dc740b2b4fb47dd2a63783e7d757622a99733b (patch) | |
tree | 58d5361114b7a2d0e127228e0259d9a44b96840c /swaynag/config.c | |
parent | 8b056cfc82ac14a3b566b344c2d9ad983f2cdbb4 (diff) |
Fix build failure in config.c
Diffstat (limited to 'swaynag/config.c')
-rw-r--r-- | swaynag/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaynag/config.c b/swaynag/config.c index e5e940c7..40f3f65e 100644 --- a/swaynag/config.c +++ b/swaynag/config.c @@ -3,6 +3,7 @@ #include <stdio.h> #include <stdlib.h> #include <wordexp.h> +#include <unistd.h> #include "log.h" #include "list.h" #include "swaynag/swaynag.h" |