From: Jack Jansen Date: Wed, 14 Feb 1996 16:04:39 +0000 (+0000) Subject: Include GUSI.h if compiling for mac with gusi-sockets X-Git-Tag: v1.4b1~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e708f4005d777a2930171d0b96d75e7f8abb8027;p=python Include GUSI.h if compiling for mac with gusi-sockets --- diff --git a/Include/myselect.h b/Include/myselect.h index ee964eb184..0c92c7a13b 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 +#endif + #include "mytime.h" #endif /* !HAVE_SYS_SELECT_H */