summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r--Modules/selectmodule.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 3cbd4e8..113b495 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -43,6 +43,11 @@ have any value except INVALID_SOCKET.
#include <unistd.h>
#endif
+#ifdef __sgi
+/* This is missing from unistd.h */
+extern void bzero();
+#endif
+
#include <sys/types.h>
#ifdef MS_WINDOWS