From 3a17f2483690412134e548a1a961e1424f958c01 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 24 Dec 2002 17:30:59 +0000 Subject: nginx-0.0.1-2002-12-24-20:30:59 import --- src/core/ngx_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/ngx_config.h') 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 /* Solaris, HP/UX */ +#endif + + #define ngx_inline inline -- cgit