PATCH - wineserver sock.c porting fix

Steven Edwards steven_ed4153 at yahoo.com
Fri Jan 31 15:21:53 CST 2003


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



More information about the wine-patches mailing list