Commit 041aa540 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 3159c1b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;