PATCH - wineserver select.c porting fix

Steven Edwards steven_ed4153 at yahoo.com
Fri Jan 31 13:49:38 CST 2003


Working on building wineserver on mingw

Changelog: 
check for sys/poll.h

Index: select.c
===================================================================
RCS file: /home/wine/wine/server/select.c,v
retrieving revision 1.21
diff -u -r1.21 select.c
--- select.c	30 Jan 2003 00:26:44 -0000	1.21
+++ select.c	31 Jan 2003 19:48:55 -0000
@@ -23,7 +23,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#ifdef HAVE_SYS_POLL_H
 #include <sys/poll.h>
+#endif
 #include <sys/time.h>
 #include <sys/types.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