[mod_cgi] add missing #include

This commit is contained in:
Glenn Strauss 2017-07-30 22:28:13 -04:00
parent cdfddce707
commit c5865d4f0b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <fdevent.h>
#include <fcntl.h>
#include <signal.h>
static int pipe_cloexec(int pipefd[2]) {
#ifdef HAVE_PIPE2