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
This commit is contained in:
S. Christoffer Eliesen 2015-12-18 02:49:52 +01:00
parent 5f9909c9dd
commit 8a6e05d7a1
1 changed files with 0 additions and 1 deletions

View File

@ -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>