You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2017/06/14 20:00:31 UTC

svn commit: r1798741 - /apr/apr-util/branches/1.6.x/include/apr_siphash.h

Author: jim
Date: Wed Jun 14 20:00:31 2017
New Revision: 1798741

URL: http://svn.apache.org/viewvc?rev=1798741&view=rev
Log:
We kind of need this for APU_DECLARE

Modified:
    apr/apr-util/branches/1.6.x/include/apr_siphash.h

Modified: apr/apr-util/branches/1.6.x/include/apr_siphash.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/include/apr_siphash.h?rev=1798741&r1=1798740&r2=1798741&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/include/apr_siphash.h (original)
+++ apr/apr-util/branches/1.6.x/include/apr_siphash.h Wed Jun 14 20:00:31 2017
@@ -30,6 +30,7 @@
 #define APR_SIPHASH_H
 
 #include "apr.h"
+#include "apu.h"
 
 #ifdef __cplusplus
 extern "C" {