You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Randy Kobes <ra...@theoryx5.uwinnipeg.ca> on 2003/10/27 06:40:54 UTC

[apreq-2] including apr_strings.h?

Hi,
   In apreq-2, t/testall.c uses apr_pvsprintf, which for
me on Win32 needs inclusion of apr_strings.h. Is this:
========================================================
Index: apreq.h
===================================================================
RCS file: /home/cvs/httpd-apreq-2/src/apreq.h,v
retrieving revision 1.35
diff -u -r1.35 apreq.h
--- apreq.h	17 Oct 2003 06:10:35 -0000	1.35
+++ apreq.h	27 Oct 2003 05:39:14 -0000
@@ -58,6 +58,7 @@
 #include "apr_tables.h"
 #include "apr_file_io.h"
 #include "apr_buckets.h"
+#include "apr_strings.h"
 #include <stddef.h>

 #ifndef apr_table_nelts
====================================================================
an appropriate place to include it?

-- 
best regards,
randy