]> granicus.if.org Git - apache/commitdiff
Add the missing include of apu_version.h and thus fix a build failure.
authorTakashi Sato <takashi@apache.org>
Thu, 9 Jul 2009 14:50:03 +0000 (14:50 +0000)
committerTakashi Sato <takashi@apache.org>
Thu, 9 Jul 2009 14:50:03 +0000 (14:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@792570 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_info.c

index 239166323e2be43a84b562e0bf8632918fc21e51..273459ffdf010fb9ad3dfc90dc20ed61de282f66 100644 (file)
@@ -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"