diff options
Diffstat (limited to 'src/os/unix/ngx_posix_config.h')
-rw-r--r-- | src/os/unix/ngx_posix_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h index 443c4b001..bf75997f6 100644 --- a/src/os/unix/ngx_posix_config.h +++ b/src/os/unix/ngx_posix_config.h @@ -108,6 +108,11 @@ #include <ngx_auto_config.h> +#if (NGX_HAVE_DLOPEN) +#include <dlfcn.h> +#endif + + #if (NGX_HAVE_POSIX_SEM) #include <semaphore.h> #endif |