call[fs]cgi: Fixed wrong header usage.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 27 Feb 2014 06:46:24 +0000 (07:46 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 27 Feb 2014 06:46:24 +0000 (07:46 +0100)
src/callfcgi.c
src/callscgi.c

index 6a8b3f0..9f30f00 100644 (file)
@@ -37,7 +37,7 @@
 #include <sys/un.h>
 #include <netinet/in.h>
 #include <netdb.h>
-#include <sys/signal.h>
+#include <signal.h>
 #include <errno.h>
 
 #ifdef HAVE_CONFIG_H
index 0ad3203..b78827c 100644 (file)
@@ -32,7 +32,7 @@
 #include <sys/un.h>
 #include <netinet/in.h>
 #include <netdb.h>
-#include <sys/signal.h>
+#include <signal.h>
 #include <errno.h>
 
 #ifdef HAVE_CONFIG_H