From: Ryan Bloom Date: Mon, 26 Feb 2001 06:24:44 +0000 (+0000) Subject: Get mod_cgi building again after moving a bunch of code from the HTTP X-Git-Tag: 2.0.14~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=740968b2bf981c065702415d03ec005d70eca413;p=apache Get mod_cgi building again after moving a bunch of code from the HTTP module to the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88345 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index 073eddd422..a3f907b62c 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.c @@ -91,6 +91,7 @@ #include "http_log.h" #include "util_script.h" #include "ap_mpm.h" +#include "mod_core.h" #include "../filters/mod_include.h"