Dont include stropts.h on macs
This commit is contained in:
parent
b0e1c74fdd
commit
161161f840
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue