diff options
Diffstat (limited to 'Include/myselect.h')
-rw-r--r-- | Include/myselect.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/myselect.h b/Include/myselect.h index ee964eb..0c92c7a 100644 --- a/Include/myselect.h +++ b/Include/myselect.h @@ -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 */ |