dougm 00/07/26 00:20:39 Modified: src/modules/perl mod_perl.h Log: include apr_strings.h Revision Changes Path 1.17 +1 -0 modperl-2.0/src/modules/perl/mod_perl.h Index: mod_perl.h =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mod_perl.h 2000/06/20 16:04:37 1.16 +++ mod_perl.h 2000/07/26 07:20:39 1.17 @@ -22,6 +22,7 @@ #include "http_connection.h" #include "apr_lock.h" +#include "apr_strings.h" extern module MODULE_VAR_EXPORT perl_module;