diff options
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 51d59dac1..2797a8df3 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -99,6 +99,12 @@ */ #endif + +#if (HAVE_DEVPOLL) +#include <sys/devpoll.h> /* Solaris, HP/UX */ +#endif + + #define ngx_inline inline |
