Skip to content

Commit

Permalink
Follow-up to r1920358: Add missing #include.
Browse files Browse the repository at this point in the history
* include/apr_buffer.h:
  (): Add #include "apu.h" for APU_DECLARE.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920360 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 1, 2024
1 parent dd6744c commit 7158697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/apr_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/

#include "apr.h"
#include "apu.h"
#include "apr_pools.h"

#ifdef __cplusplus
Expand Down

0 comments on commit 7158697

Please sign in to comment.