From df51cf5c8316802e67c5c9a408bdc10c8d08c37a Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 9 Nov 2006 09:18:43 +0100 Subject: [PATCH] ntdll: Re-add sys/ioctl.h that got lost in the PeekNamedPipe move. --- dlls/ntdll/file.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index 5d397cc1339..4e646cb408c 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -42,6 +42,9 @@ #ifdef HAVE_SYS_TIME_H # include #endif +#ifdef HAVE_SYS_IOCTL_H +#include +#endif #ifdef HAVE_POLL_H #include #endif