commit 8a6e05d7a1899e64c10c4a1d4aa3dc1a38b8d689
parent 5f9909c9dd92c385a5b7c4453f75800c620172b8
Author: S. Christoffer Eliesen <christoffer@eliesen.no>
Date: Fri, 18 Dec 2015 02:49:52 +0100
swaybar: Remove stropts.h, fixes build for fedora.
Turns out that fedora killed off stropts.h some time ago [1] and
removing it seems to work just fine. (Tested on Fedora 23)
[1] https://bugzilla.redhat.com/show_bug.cgi?id=439403
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/swaybar/main.c b/swaybar/main.c
@@ -4,7 +4,6 @@
#include <stdint.h>
#include <stdbool.h>
#include <unistd.h>
-#include <stropts.h>
#include <json-c/json.h>
#include <sys/un.h>
#include <sys/socket.h>