trawick 2003/04/27 08:40:16
Modified: test testfmt.c
Log:
get prototype for apr_snprintf()
Revision Changes Path
1.11 +1 -1 apr/test/testfmt.c
Index: testfmt.c
===================================================================
RCS file: /home/cvs/apr/test/testfmt.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testfmt.c 18 Apr 2003 18:10:01 -0000 1.10
+++ testfmt.c 27 Apr 2003 15:40:16 -0000 1.11
@@ -55,7 +55,7 @@
#include "test_apr.h"
#include "apr.h"
#include "apr_portable.h"
-
+#include "apr_strings.h"
static void ssize_t_fmt(CuTest *tc)
{