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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>
 



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux