PATCH - wineserver named_pipe.c porting fix

Steven Edwards steven_ed4153 at yahoo.com
Fri Jan 31 13:35:28 CST 2003


Working on building wineserver on mingw

Changelog: check for sys/socket.h

Index: named_pipe.c
===================================================================
RCS file: /home/wine/wine/server/named_pipe.c,v
retrieving revision 1.16
diff -u -r1.16 named_pipe.c
--- named_pipe.c	30 Jan 2003 00:26:44 -0000	1.16
+++ named_pipe.c	31 Jan 2003 19:34:37 -0000
@@ -32,7 +32,9 @@
 #include <stdlib.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
+#endif
 #include <time.h>
 #include <unistd.h>
 


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



More information about the wine-patches mailing list