PATCH - wineserver sock.c porting fix

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

 



Working on building wineserver on mingw

Changelog: 
check for
sys/ioctl.h

Index: sock.c
===================================================================
RCS file: /home/wine/wine/server/sock.c,v
retrieving revision 1.41
diff -u -r1.41 sock.c
--- sock.c	30 Jan 2003 00:26:44 -0000	1.41
+++ sock.c	31 Jan 2003 21:21:27 -0000
@@ -37,7 +37,9 @@
 #ifdef HAVE_SYS_SOCKET_H
 # include <sys/socket.h>
 #endif
+#ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
+#endif
 #ifdef HAVE_SYS_FILIO_H
 # include <sys/filio.h>
 #endif


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


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

  Powered by Linux