From 930f42ae81e7f03431bd834152a9d2f9e5561052 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 2 Sep 2015 07:37:41 -0400 Subject: [PATCH] Remove stropts.h from ipc.c Apparently it's not required, and for some reason Fedora doesn't have it. Fixes #162 --- sway/ipc.c | 1 - 1 file changed, 1 deletion(-) 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 @@ #include #include #include -#include #include #include #include