Dont include stropts.h on macs

This commit is contained in:
Kovid Goyal
2017-09-07 20:46:05 +05:30
parent b0e1c74fdd
commit 161161f840

View File

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