You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2011/09/20 10:25:37 UTC

svn commit: r1173018 - in /tcl/rivet/branches/2.0: ChangeLog src/apache-2/rivetCore.c

Author: mxmanghi
Date: Tue Sep 20 08:25:36 2011
New Revision: 1173018

URL: http://svn.apache.org/viewvc?rev=1173018&view=rev
Log:
* src/apache-2/rivetCore.c: inclusion of apr_strings.h added.

Modified:
    tcl/rivet/branches/2.0/ChangeLog
    tcl/rivet/branches/2.0/src/apache-2/rivetCore.c

Modified: tcl/rivet/branches/2.0/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.0/ChangeLog?rev=1173018&r1=1173017&r2=1173018&view=diff
==============================================================================
--- tcl/rivet/branches/2.0/ChangeLog (original)
+++ tcl/rivet/branches/2.0/ChangeLog Tue Sep 20 08:25:36 2011
@@ -1,3 +1,6 @@
+2011-09-20 Massimo Manghi <mx...@apache.org>
+    * src/apache-2/rivetCore.c: inclusion of apr_strings.h added.
+
 2011-09-19 Massimo Manghi <mx...@apache.org>
     * doc/xml/commands.xml: the new extended makeurl command description slipped out from
     previous commit.

Modified: tcl/rivet/branches/2.0/src/apache-2/rivetCore.c
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.0/src/apache-2/rivetCore.c?rev=1173018&r1=1173017&r2=1173018&view=diff
==============================================================================
--- tcl/rivet/branches/2.0/src/apache-2/rivetCore.c (original)
+++ tcl/rivet/branches/2.0/src/apache-2/rivetCore.c Tue Sep 20 08:25:36 2011
@@ -42,6 +42,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <apr_errno.h>
+#include <apr_strings.h>
 
 #include "apache_request.h"
 #include "mod_rivet.h"



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org