mirror of https://github.com/python/cpython
Include GUSI.h if compiling for mac with gusi-sockets
This commit is contained in:
parent
5ebca871d9
commit
e708f4005d
|
@ -44,6 +44,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#else /* !HAVE_SYS_SELECT_H */
|
||||
|
||||
#ifdef USE_GUSI
|
||||
/* If we don't have sys/select the definition may be in unistd.h */
|
||||
#include <GUSI.h>
|
||||
#endif
|
||||
|
||||
#include "mytime.h"
|
||||
|
||||
#endif /* !HAVE_SYS_SELECT_H */
|
||||
|
|
Loading…
Reference in New Issue