Author: stevehay Date: Mon Jul 15 09:41:25 2013 New Revision: 1503154 URL: http://svn.apache.org/r1503154 Log: Correction to r1503136.
The httpd header file ap_provider.h is not in httpd-2.2, as pointed out by Jan Kaluza. Modified: perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h Modified: perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h?rev=1503154&r1=1503153&r2=1503154&view=diff ============================================================================== --- perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h (original) +++ perl/modperl/branches/httpd24/src/modules/perl/modperl_apache_includes.h Mon Jul 15 09:41:25 2013 @@ -34,7 +34,6 @@ #include "http_core.h" #include "http_vhost.h" #include "ap_mpm.h" -#include "ap_provider.h" #include "util_filter.h" @@ -46,6 +45,7 @@ APLOG_USE_MODULE(perl); #if AP_SERVER_MAJORVERSION_NUMBER>2 || \ (AP_SERVER_MAJORVERSION_NUMBER == 2 && AP_SERVER_MINORVERSION_NUMBER>=3) +#include "ap_provider.h" #include "mod_auth.h" #endif