diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-18 07:59:23 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-18 07:59:23 -0500 |
commit | 62649a56c532788edfa80bc282586de6096bc3f9 (patch) | |
tree | b2b7736c4da01ce80eaa9d7aa1f6b4245464960d | |
parent | 5f9909c9dd92c385a5b7c4453f75800c620172b8 (diff) | |
parent | 8a6e05d7a1899e64c10c4a1d4aa3dc1a38b8d689 (diff) |
Merge pull request #354 from sce/fix_swaybar_for_fedora
swaybar: Remove stropts.h, fixes build for fedora.
-rw-r--r-- | swaybar/main.c | 1 |
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> |