Include GUSI.h if compiling for mac with gusi-sockets

This commit is contained in:
Jack Jansen 1996-02-14 16:04:39 +00:00
parent 5ebca871d9
commit e708f4005d
1 changed files with 5 additions and 0 deletions

View File

@ -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 */