From: Jeff Trawick Date: Fri, 22 Mar 2002 11:45:26 +0000 (+0000) Subject: get the prototype for ap_set_content_type() X-Git-Tag: 2.0.34~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00afbe274a9aefb7fc1985b7dff91b5401611031;p=thirdparty%2Fapache%2Fhttpd.git get the prototype for ap_set_content_type() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94125 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_ext_filter.c b/modules/experimental/mod_ext_filter.c index d7ff6eb9afc..7d1f4f3488f 100644 --- a/modules/experimental/mod_ext_filter.c +++ b/modules/experimental/mod_ext_filter.c @@ -63,6 +63,7 @@ #include "httpd.h" #include "http_config.h" #include "http_log.h" +#include "http_protocol.h" #define CORE_PRIVATE #include "http_core.h" #include "apr_buckets.h"