You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2016/02/07 14:03:34 UTC

svn commit: r1728957 - /apr/apr/trunk/test/teststr.c

Author: rjung
Date: Sun Feb  7 13:03:33 2016
New Revision: 1728957

URL: http://svn.apache.org/viewvc?rev=1728957&view=rev
Log:
Add header file include needed for using
the new apr_cstr_skip_prefix().

Modified:
    apr/apr/trunk/test/teststr.c

Modified: apr/apr/trunk/test/teststr.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/teststr.c?rev=1728957&r1=1728956&r2=1728957&view=diff
==============================================================================
--- apr/apr/trunk/test/teststr.c (original)
+++ apr/apr/trunk/test/teststr.c Sun Feb  7 13:03:33 2016
@@ -26,6 +26,7 @@
 
 #include "apr_general.h"
 #include "apr_strings.h"
+#include "apr_cstr.h"
 #include "apr_errno.h"
 
 /* I haven't bothered to check for APR_ENOTIMPL here, AFAIK, all string