From 6cd3e768908e99c9bfb5d4f896b9765a477e4214 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 17 Oct 2023 20:02:08 +0200 Subject: Added FastCGI support. --- snac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.c') diff --git a/snac.c b/snac.c index 1ea61ff..ac371c5 100644 --- a/snac.c +++ b/snac.c @@ -19,6 +19,7 @@ #include "xs_glob.h" #include "xs_random.h" #include "xs_match.h" +#include "xs_fcgi.h" #include "snac.h" -- cgit v1.2.3