summaryrefslogtreecommitdiff
path: root/sapi/cgi/fastcgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/fastcgi.c')
-rw-r--r--sapi/cgi/fastcgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/fastcgi.c b/sapi/cgi/fastcgi.c
index 33cc1445fc..0fc16d5671 100644
--- a/sapi/cgi/fastcgi.c
+++ b/sapi/cgi/fastcgi.c
@@ -69,7 +69,7 @@
# include <netinet/in.h>
# include <arpa/inet.h>
# include <netdb.h>
-# include <sys/signal.h>
+# include <signal.h>
#ifndef INADDR_NONE
#define INADDR_NONE ((unsigned long) -1)