Commit df51cf5c authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Re-add sys/ioctl.h that got lost in the PeekNamedPipe move.

parent ecdfa083
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
#ifdef HAVE_SYS_TIME_H #ifdef HAVE_SYS_TIME_H
# include <sys/time.h> # include <sys/time.h>
#endif #endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef HAVE_POLL_H #ifdef HAVE_POLL_H
#include <poll.h> #include <poll.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment