Add check for HAVE_SYS_IOCTL_H to wine/files/dos_fs.c

Steven Edwards Steven_Ed4153 at yahoo.com
Sat May 18 19:26:05 CDT 2002


cvs diff -u dos_fs.c 
Index: dos_fs.c
===================================================================
RCS file: /home/wine/wine/files/dos_fs.c,v
retrieving revision 1.106
diff -u -r1.106 dos_fs.c
--- dos_fs.c	8 May 2002 00:29:17 -0000	1.106
+++ dos_fs.c	19 May 2002 00:17:35 -0000
@@ -32,7 +32,9 @@
 #include <string.h>
 #include <stdlib.h>
 #include <sys/stat.h>
+#ifdef HAVE_SYS_IOCTL_H 
 #include <sys/ioctl.h>
+#endif
 #include <time.h>
 #include <unistd.h>
 




More information about the wine-patches mailing list