]> granicus.if.org Git - apache/commitdiff
* modules/aaa/mod_auth.h: Include apr_optional.h for
authorJoe Orton <jorton@apache.org>
Tue, 7 Feb 2006 13:21:45 +0000 (13:21 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 7 Feb 2006 13:21:45 +0000 (13:21 +0000)
APR_DECLARE_OPTIONAL_FN definition.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@375596 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth.h

index e8bc2294445c6e5f4d446cabfdd536e552cc8708..8b658168909425e7271319212f138be3ac40bc54 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "apr_pools.h"
 #include "apr_hash.h"
+#include "apr_optional.h"
 
 #include "httpd.h"