Dont include stropts.h on macs
This commit is contained in:
parent
b0e1c74fdd
commit
161161f840
@ -18,7 +18,9 @@
|
||||
#include <unistd.h>
|
||||
#include <float.h>
|
||||
#include <fcntl.h>
|
||||
#ifndef __APPLE__
|
||||
#include <stropts.h>
|
||||
#endif
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user