PATCH - wineserver select.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/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


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

  Powered by Linux