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:
parent
59903fe2b5
commit
ddc3b63bf6
|
@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
#else /* !HAVE_SYS_SELECT_H */
|
#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 */
|
/* If we don't have sys/select the definition may be in unistd.h */
|
||||||
#include <GUSI.h>
|
#include <GUSI.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue