Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac)

doesn't use the special header file for select anymore.
This commit is contained in:
Guido van Rossum 2000-04-24 15:12:54 +00:00
parent 59903fe2b5
commit ddc3b63bf6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
#else /* !HAVE_SYS_SELECT_H */
#ifdef USE_GUSI
#ifdef USE_GUSI1
/* If we don't have sys/select the definition may be in unistd.h */
#include <GUSI.h>
#endif