Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddc3b63

Browse files
committed
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.
1 parent 59903fe commit ddc3b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/myselect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
5151

5252
#else /* !HAVE_SYS_SELECT_H */
5353

54-
#ifdef USE_GUSI
54+
#ifdef USE_GUSI1
5555
/* If we don't have sys/select the definition may be in unistd.h */
5656
#include <GUSI.h>
5757
#endif

0 commit comments

Comments
 (0)