Skip to content

Commit

Permalink
ap_log_error: Include apu_version header to pick up apr-util
Browse files Browse the repository at this point in the history
version number.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920273 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
minfrin committed Aug 29, 2024
1 parent 6a2433c commit 374474b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "apr_general.h" /* for signal stuff */
#include "apr_strings.h"
#include "apr_errno.h"
#include "apu_version.h"
#if (APU_MAJOR_VERSION == 1 && APU_MINOR_VERSION >= 7)
#include "apu_errno.h"
#endif
Expand Down

0 comments on commit 374474b

Please sign in to comment.