jerenkrantz 2002/06/03 00:05:05
Modified: perl-framework/Apache-Test/lib/Apache TestConfigC.pm Log: Drag in the ap_compat.h header which drags in the apr and apr-util renamed symbols. Revision Changes Path 1.19 +1 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigC.pm Index: TestConfigC.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigC.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- TestConfigC.pm 23 May 2002 02:33:29 -0000 1.18 +++ TestConfigC.pm 3 Jun 2002 07:05:05 -0000 1.19 @@ -351,6 +351,7 @@ #ifndef APACHE_HTTPD_TEST_HOOK_ORDER #define APACHE_HTTPD_TEST_HOOK_ORDER APR_HOOK_MIDDLE #endif +#include "ap_compat.h" #endif /* APACHE2 */ #endif /* APACHE_HTTPD_TEST_H */
