ntdll: Re-add sys/ioctl.h that got lost in the PeekNamedPipe move.
This commit is contained in:
parent
ecdfa08364
commit
df51cf5c83
|
@ -42,6 +42,9 @@
|
|||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#ifdef HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue