svn commit: r1920360 - /apr/apr-util/branches/1.7.x/include/apr_buffer.h
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 1 16:23:13 2024
New Revision: 1920360
URL: http://svn.apache.org/viewvc?rev=1920360&view=rev
Log:
Follow-up to r1920358: Add missing #include.
* include/apr_buffer.h:
(): Add #include "apu.h" for APU_DECLARE.
Modified:
apr/apr-util/branches/1.7.x/include/apr_buffer.h
Modified: apr/apr-util/branches/1.7.x/include/apr_buffer.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/include/apr_buffer.h?rev=1920360&r1=1920359&r2=1920360&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/include/apr_buffer.h (original)
+++ apr/apr-util/branches/1.7.x/include/apr_buffer.h Sun Sep 1 16:23:13 2024
@@ -37,6 +37,7 @@
*/
#include "apr.h"
+#include "apu.h"
#include "apr_pools.h"
#ifdef __cplusplus