diff src/core/ngx_core.h @ 6380:7142b04337d6

Dynamic modules: dlopen() support.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 04 Feb 2016 18:30:21 +0300
parents 0f203a2af17c
children adc2414856b1
line wrap: on
line diff
--- a/src/core/ngx_core.h	Thu Feb 04 18:30:21 2016 +0300
+++ b/src/core/ngx_core.h	Thu Feb 04 18:30:21 2016 +0300
@@ -53,6 +53,7 @@
 #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>