Remove stropts.h from ipc.c

Apparently it's not required, and for some reason Fedora doesn't have
it. Fixes #162
This commit is contained in:
Drew DeVault 2015-09-02 07:37:41 -04:00
parent da6596d30c
commit 930f42ae81
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#include <wlc/wlc.h>
#include <unistd.h>
#include <stdlib.h>
#include <stropts.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <ctype.h>