[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    PATCH - wineserver named_pipe.c porting fix
From:       Steven Edwards <steven_ed4153 () yahoo ! com>
Date:       2003-01-31 19:35:28
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic