Commit e708f400 authored by Jack Jansen's avatar Jack Jansen

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

parent 5ebca871
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment