diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-04 18:30:21 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-04 18:30:21 +0300 |
| commit | 86cc342a26af3aa677d9770dc6a9bcdbd07f5a9e (patch) | |
| tree | 679e72e4809e5e5641cd697be00cc5f206553aa0 /src/core/ngx_core.h | |
| parent | 0f67d6355cb365983820d3c268e25424509b2ef6 (diff) | |
| download | nginx-86cc342a26af3aa677d9770dc6a9bcdbd07f5a9e.tar.gz nginx-86cc342a26af3aa677d9770dc6a9bcdbd07f5a9e.tar.bz2 | |
Dynamic modules: dlopen() support.
Diffstat (limited to 'src/core/ngx_core.h')
| -rw-r--r-- | src/core/ngx_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 2855a59c1..2819c1a7d 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -53,6 +53,7 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_shmem.h> #include <ngx_process.h> #include <ngx_user.h> +#include <ngx_dlopen.h> #include <ngx_parse.h> #include <ngx_parse_time.h> #include <ngx_log.h> |
