diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-12 19:55:15 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-12 19:55:15 +0000 |
commit | 8a444aa7242a294e03f551228152c393a1d68f50 (patch) | |
tree | e5a18ba15aefe5bbac9eeb2fb26289f6b70366e3 /src/http/modules/perl/ngx_http_perl_module.h | |
parent | d79b21d1c6c36cf8687336e8b4bde59e9380cab2 (diff) | |
download | nginx-8a444aa7242a294e03f551228152c393a1d68f50.tar.gz nginx-8a444aa7242a294e03f551228152c393a1d68f50.zip |
check nginx.pm version
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> |