]> granicus.if.org Git - apache/commitdiff
Need to grok optional fns.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Jun 2002 04:58:43 +0000 (04:58 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Jun 2002 04:58:43 +0000 (04:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95542 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.h

index bd7ff9161ea7997bf540c06e3784c695ca8bf3e8..c3b89fc6b12eb2c6f1a262a368dd18c6d523a153 100644 (file)
@@ -60,6 +60,7 @@
 #define _MOD_INCLUDE_H 1
 
 #include "apr_pools.h"
+#include "apr_optional.h"
 
 #define STARTING_SEQUENCE "<!--#"
 #define ENDING_SEQUENCE "-->"