aboutsummaryrefslogtreecommitdiff
path: root/swaybar/main.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-18 07:59:23 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-18 07:59:23 -0500
commit62649a56c532788edfa80bc282586de6096bc3f9 (patch)
treeb2b7736c4da01ce80eaa9d7aa1f6b4245464960d /swaybar/main.c
parent5f9909c9dd92c385a5b7c4453f75800c620172b8 (diff)
parent8a6e05d7a1899e64c10c4a1d4aa3dc1a38b8d689 (diff)
Merge pull request #354 from sce/fix_swaybar_for_fedora
swaybar: Remove stropts.h, fixes build for fedora.
Diffstat (limited to 'swaybar/main.c')
-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 @@
#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>