From 041aa5403fd49195cca538da5b1b22a480a963f9 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 6 Jun 2002 00:17:50 +0000 Subject: [PATCH] Once moved to a shared location, this bouncy #include dies git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95537 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generators/mod_cgi.h b/modules/generators/mod_cgi.h index d293d6d43b..5b10f914eb 100644 --- a/modules/generators/mod_cgi.h +++ b/modules/generators/mod_cgi.h @@ -59,7 +59,7 @@ #ifndef _MOD_CGI_H #define _MOD_CGI_H 1 -#include "../filters/mod_include.h" +#include "mod_include.h" typedef enum {RUN_AS_SSI, RUN_AS_CGI} prog_types; -- 2.50.1