PATCH - wineserver object.h 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: object.h
===================================================================
RCS file: /home/wine/wine/server/object.h,v
retrieving revision 1.48
diff -u -r1.48 object.h
--- object.h	30 Jan 2003 00:26:44 -0000	1.48
+++ object.h	31 Jan 2003 19:16:57 -0000
@@ -21,7 +21,10 @@
 #ifndef __WINE_SERVER_OBJECT_H
 #define __WINE_SERVER_OBJECT_H
 
+#ifdef HAVE_SYS_POLL_H
 #include <sys/poll.h>
+#endif
+
 #include <sys/time.h>
 #include "wine/server_protocol.h"
 #include "list.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