diff options
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.h')
-rw-r--r-- | src/http/modules/perl/ngx_http_perl_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.h b/src/http/modules/perl/ngx_http_perl_module.h index 66d15da1c..5a3d5082a 100644 --- a/src/http/modules/perl/ngx_http_perl_module.h +++ b/src/http/modules/perl/ngx_http_perl_module.h @@ -11,6 +11,7 @@ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h> +#include <nginx.h> #include <EXTERN.h> #include <perl.h> |