From: Takashi Sato Date: Thu, 9 Jul 2009 14:50:03 +0000 (+0000) Subject: Add the missing include of apu_version.h and thus fix a build failure. X-Git-Tag: 2.3.3~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10d068a06a0e4e8732a477fdf59fabae01d20b82;p=apache Add the missing include of apu_version.h and thus fix a build failure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@792570 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_info.c b/modules/generators/mod_info.c index 239166323e..273459ffdf 100644 --- a/modules/generators/mod_info.c +++ b/modules/generators/mod_info.c @@ -45,6 +45,9 @@ #include "apr_strings.h" #include "apr_lib.h" #include "apr_version.h" +#if APR_MAJOR_VERSION < 2 +#include "apu_version.h" +#endif #define APR_WANT_STRFUNC #include "apr_want.h"