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
This commit is contained in:
Graham Leggett
2024-08-29 14:10:10 +00:00
parent 6a2433cb3f
commit 374474b48c

View 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