diff options
Diffstat (limited to 'lib/replace/system/select.h')
-rw-r--r-- | lib/replace/system/select.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/system/select.h b/lib/replace/system/select.h index 11c5390d90..9e945c3ccf 100644 --- a/lib/replace/system/select.h +++ b/lib/replace/system/select.h @@ -34,6 +34,10 @@ #include <sys/epoll.h> #endif +#ifdef HAVE_SOLARIS_PORTS +#include <port.h> +#endif + #ifndef SELECT_CAST #define SELECT_CAST #endif |