]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ap_log_error: Include apu_version header to pick up apr-util
authorGraham Leggett <minfrin@apache.org>
Thu, 29 Aug 2024 14:10:10 +0000 (14:10 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 29 Aug 2024 14:10:10 +0000 (14:10 +0000)
version number.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920273 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index f745cb47586c298af2d4c3c00eda0e5de05d3421..91dcf2c3eb02be93c2116d6ba1e773c5c9105a0f 100644 (file)
@@ -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