summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-09-02 07:37:41 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-09-02 07:37:41 -0400
commit930f42ae81e7f03431bd834152a9d2f9e5561052 (patch)
treeae32b0fbeb10747bcfb391bc00f95f75de7ae24a
parentMerge pull request #161 from aouelete/master (diff)
downloadsway-930f42ae81e7f03431bd834152a9d2f9e5561052.tar.gz
sway-930f42ae81e7f03431bd834152a9d2f9e5561052.tar.zst
sway-930f42ae81e7f03431bd834152a9d2f9e5561052.zip
Remove stropts.h from ipc.c
Apparently it's not required, and for some reason Fedora doesn't have it. Fixes #162
-rw-r--r--sway/ipc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/ipc.c b/sway/ipc.c
index 44891005..f6217bfd 100644
--- a/sway/ipc.c
+++ b/sway/ipc.c
@@ -8,7 +8,6 @@
8#include <wlc/wlc.h> 8#include <wlc/wlc.h>
9#include <unistd.h> 9#include <unistd.h>
10#include <stdlib.h> 10#include <stdlib.h>
11#include <stropts.h>
12#include <sys/ioctl.h> 11#include <sys/ioctl.h>
13#include <fcntl.h> 12#include <fcntl.h>
14#include <ctype.h> 13#include <ctype.h>