mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user