jwoolley 02/04/29 22:07:03
Modified: test testvsn.c Log: fix compile break Revision Changes Path 1.3 +1 -0 apr/test/testvsn.c Index: testvsn.c =================================================================== RCS file: /home/cvs/apr/test/testvsn.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -u -r1.2 -r1.3 --- testvsn.c 13 Mar 2002 20:39:28 -0000 1.2 +++ testvsn.c 30 Apr 2002 05:07:03 -0000 1.3 @@ -55,6 +55,7 @@ #include <stdio.h> #include "apr_version.h" +#include "apr_general.h" int main(int argc, char **argv)
