You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/13 12:46:03 UTC

svn commit: r1502771 - /subversion/trunk/subversion/tests/libsvn_subr/io-test.c

Author: stefan2
Date: Sat Jul 13 10:46:03 2013
New Revision: 1502771

URL: http://svn.apache.org/r1502771
Log:
Follow-up to r1502770: add backward compat code to ensure
APR_VERSION_AT_LEAST is defined everywhere.

* subversion/tests/libsvn_subr/io-test.c
  (): include our backward compat header as well

Modified:
    subversion/trunk/subversion/tests/libsvn_subr/io-test.c

Modified: subversion/trunk/subversion/tests/libsvn_subr/io-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/io-test.c?rev=1502771&r1=1502770&r2=1502771&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/io-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/io-test.c Sat Jul 13 10:46:03 2013
@@ -31,6 +31,7 @@
 #include "svn_pools.h"
 #include "svn_string.h"
 #include "private/svn_skel.h"
+#include "private/svn_dep_compat.h"
 
 #include "../svn_test.h"
 #include "../svn_test_fs.h"