summaryrefslogtreecommitdiffstats
path: root/swaybar
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-12-18 02:49:52 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-12-18 13:18:35 +0100
commit8a6e05d7a1899e64c10c4a1d4aa3dc1a38b8d689 (patch)
treeb2b7736c4da01ce80eaa9d7aa1f6b4245464960d /swaybar
parentMerge pull request #353 from mikkeloscar/swaybar-close-statuscmd (diff)
downloadsway-8a6e05d7a1899e64c10c4a1d4aa3dc1a38b8d689.tar.gz
sway-8a6e05d7a1899e64c10c4a1d4aa3dc1a38b8d689.tar.zst
sway-8a6e05d7a1899e64c10c4a1d4aa3dc1a38b8d689.zip
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 (limited to 'swaybar')
-rw-r--r--swaybar/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaybar/main.c b/swaybar/main.c
index 27eebcaa..4b9ba49d 100644
--- a/swaybar/main.c
+++ b/swaybar/main.c
@@ -4,7 +4,6 @@
4#include <stdint.h> 4#include <stdint.h>
5#include <stdbool.h> 5#include <stdbool.h>
6#include <unistd.h> 6#include <unistd.h>
7#include <stropts.h>
8#include <json-c/json.h> 7#include <json-c/json.h>
9#include <sys/un.h> 8#include <sys/un.h>
10#include <sys/socket.h> 9#include <sys/socket.h>