jfclere 2004/07/27 08:07:32 Modified: ajp/ajplib/test ajp.h Log: Add apr_version.h otherwise APR_MAJOR_VERSION is not defined. Revision Changes Path 1.4 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ajp.h 27 Jul 2004 14:38:35 -0000 1.3 +++ ajp.h 27 Jul 2004 15:07:31 -0000 1.4 @@ -16,8 +16,10 @@ #ifndef AJP_H #define AJP_H -#include "apr_hooks.h" +#include "apr_version.h" #include "apr.h" + +#include "apr_hooks.h" #include "apr_lib.h" #include "apr_strings.h" #include "apr_buckets.h"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]