[mod_cgi] add missing #include
This commit is contained in:
parent
cdfddce707
commit
c5865d4f0b
|
@ -23,6 +23,7 @@
|
|||
#include <fdevent.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
|
||||
static int pipe_cloexec(int pipefd[2]) {
|
||||
#ifdef HAVE_PIPE2
|
||||
|
|
Loading…
Reference in New Issue