From: Joe Orton Date: Tue, 7 Feb 2006 13:21:45 +0000 (+0000) Subject: * modules/aaa/mod_auth.h: Include apr_optional.h for X-Git-Tag: 2.3.0~2554 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fafe6bad1fccbca8cc0bf9b347c53333bcb588;p=thirdparty%2Fapache%2Fhttpd.git * modules/aaa/mod_auth.h: Include apr_optional.h for APR_DECLARE_OPTIONAL_FN definition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@375596 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_auth.h b/modules/aaa/mod_auth.h index e8bc2294445..8b658168909 100644 --- a/modules/aaa/mod_auth.h +++ b/modules/aaa/mod_auth.h @@ -27,6 +27,7 @@ #include "apr_pools.h" #include "apr_hash.h" +#include "apr_optional.h" #include "httpd.h"