diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 31ac9b0fd12..c6e4b86ade0 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -21,8 +21,10 @@ #ifdef HAVE_UNISTD_H #include #endif -#ifdef HAVE_POLL_H +#if defined(HAVE_POLL_H) #include +#elif defined(HAVE_SYS_POLL_H) +#include #endif #ifdef __sgi