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

This commit is contained in:
Alexandre Julliard 2006-11-09 09:18:43 +01:00
parent ecdfa08364
commit df51cf5c83
1 changed files with 3 additions and 0 deletions

View File

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