mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Include GUSI.h if compiling for mac with gusi-sockets
This commit is contained in:
parent
5ebca871d9
commit
e708f4005d
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue