From: Graham Leggett Date: Thu, 29 Aug 2024 14:10:10 +0000 (+0000) Subject: ap_log_error: Include apu_version header to pick up apr-util X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=374474b48ccccb40998d1b0ee360ee4e28232e07;p=thirdparty%2Fapache%2Fhttpd.git ap_log_error: Include apu_version header to pick up apr-util version number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920273 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index f745cb47586..91dcf2c3eb0 100644 --- a/server/log.c +++ b/server/log.c @@ -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