sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 930f42ae81e7f03431bd834152a9d2f9e5561052
parent da6596d30cd441aafd08423cbcdbe95f9e9e5d4a
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed,  2 Sep 2015 07:37:41 -0400

Remove stropts.h from ipc.c

Apparently it's not required, and for some reason Fedora doesn't have
it. Fixes #162

Diffstat:
Msway/ipc.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sway/ipc.c b/sway/ipc.c @@ -8,7 +8,6 @@ #include <wlc/wlc.h> #include <unistd.h> #include <stdlib.h> -#include <stropts.h> #include <sys/ioctl.h> #include <fcntl.h> #include <ctype.h>