summaryrefslogtreecommitdiff
path: root/src/mod_scgi.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-03-04 19:11:40 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-03-07 04:38:34 -0500
commitc95f832f99d18d3a4208fb2bb8a3202fb9b74e7a (patch)
tree2282d3d0443da933f75cad5fdf0190b947edba3c /src/mod_scgi.c
parent1f96e59d03f34e11cccb6fbd37e058c2d56bd806 (diff)
downloadlighttpd-git-c95f832f99d18d3a4208fb2bb8a3202fb9b74e7a.tar.gz
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
collect Common Gateway Interface (CGI) interfaces (RFC 3875)
Diffstat (limited to 'src/mod_scgi.c')
-rw-r--r--src/mod_scgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_scgi.c b/src/mod_scgi.c
index 33b0e497..18b618cc 100644
--- a/src/mod_scgi.c
+++ b/src/mod_scgi.c
@@ -12,6 +12,7 @@ typedef gw_handler_ctx handler_ctx;
#include "base.h"
#include "buffer.h"
+#include "http_cgi.h"
#include "log.h"
#include "status_counter.h"