You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2010/06/05 22:47:20 UTC

svn commit: r951764 - /apr/apr/trunk/include/apr_memcache.h

Author: jorton
Date: Sat Jun  5 20:47:20 2010
New Revision: 951764

URL: http://svn.apache.org/viewvc?rev=951764&view=rev
Log:
* include/apr_memcache.h: Include apr_buckets.h before apr_ring.h so 
  that APR_RING_DEBUG is defined when including the latter, if
  APR_BUCKET_DEBUG is defined.

Modified:
    apr/apr/trunk/include/apr_memcache.h

Modified: apr/apr/trunk/include/apr_memcache.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_memcache.h?rev=951764&r1=951763&r2=951764&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_memcache.h (original)
+++ apr/apr/trunk/include/apr_memcache.h Sat Jun  5 20:47:20 2010
@@ -30,8 +30,8 @@
 #include "apr_time.h"
 #include "apr_strings.h"
 #include "apr_network_io.h"
-#include "apr_ring.h"
 #include "apr_buckets.h"
+#include "apr_ring.h"
 #include "apr_reslist.h"
 #include "apr_hash.h"