diff options
author | default <nobody@localhost> | 2023-10-17 20:02:08 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-10-17 20:02:08 +0200 |
commit | 6cd3e768908e99c9bfb5d4f896b9765a477e4214 (patch) | |
tree | bbb5aef160cd5169a029da95c5f16fa5f80bac31 /snac.c | |
parent | d17aa86c5bb3c919fce27d79d2453e079195a342 (diff) |
Added FastCGI support.
Diffstat (limited to 'snac.c')
-rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #include "xs_glob.h" #include "xs_random.h" #include "xs_match.h" +#include "xs_fcgi.h" #include "snac.h" |