Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 64962 invoked by uid 500); 26 Feb 2001 06:24:44 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 64948 invoked by uid 500); 26 Feb 2001 06:24:44 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 26 Feb 2001 06:24:44 -0000 Message-ID: <20010226062444.64932.qmail@apache.org> From: rbb@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/generators mod_cgi.c rbb 01/02/25 22:24:44 Modified: modules/generators mod_cgi.c Log: Get mod_cgi building again after moving a bunch of code from the HTTP module to the core. Revision Changes Path 1.91 +1 -0 httpd-2.0/modules/generators/mod_cgi.c Index: mod_cgi.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/generators/mod_cgi.c,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -b -w -u -r1.90 -r1.91 --- mod_cgi.c 2001/02/18 02:58:50 1.90 +++ mod_cgi.c 2001/02/26 06:24:44 1.91 @@ -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"