diff --git a/ede-bug-tools/ede-bug-report/xmlrpc-c/deps/libutil/select.c b/ede-bug-tools/ede-bug-report/xmlrpc-c/deps/libutil/select.c index 8999884..88b551c 100644 --- a/ede-bug-tools/ede-bug-report/xmlrpc-c/deps/libutil/select.c +++ b/ede-bug-tools/ede-bug-report/xmlrpc-c/deps/libutil/select.c @@ -1,4 +1,6 @@ -#define _XOPEN_SOURCE 600 /* Get pselect() in */ +#if !defined(__SVR4) && !defined(__svr4__) +# define _XOPEN_SOURCE 600 /* Get pselect() in */ +#endif #ifdef WIN32 #include @@ -7,13 +9,14 @@ in others, from , and other from both. Including both in this order appears to work on all. */ + #include #include #endif + #include #include "xmlrpc_config.h" - #include "xmlrpc-c/select_int.h"