aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-09-18 07:16:20 -0400
committerDrew DeVault <sir@cmpwn.com>2015-09-18 07:16:20 -0400
commit8e25ce4e5763c74864587b0a78217eb20c299afe (patch)
tree7338bafa0e5bb5ca7897639f40f723c6689b9acb /sway
parente505abfe75923d06098f6230e5a7ba39c091d3ce (diff)
Fix build for debian stretch
Fixes #182
Diffstat (limited to 'sway')
-rw-r--r--sway/commands.c1
-rw-r--r--sway/main.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index e79746ae..71eb9d70 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -7,6 +7,7 @@
#include <string.h>
#include <unistd.h>
#include <ctype.h>
+#include <sys/types.h>
#include "stringop.h"
#include "layout.h"
#include "focus.h"
diff --git a/sway/main.c b/sway/main.c
index e03588ea..97243f99 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -3,6 +3,7 @@
#include <stdbool.h>
#include <wlc/wlc.h>
#include <sys/wait.h>
+#include <sys/types.h>
#include <signal.h>
#include <getopt.h>
#include "layout.h"