]> www.dolda2000.com Git - ashd.git/commitdiff
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 6a8b3f04059fcd37817f9a6d7634ddff5458fe29..9f30f00178040493b5b814c37a4e300b9e393eba 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 0ad3203f5d60948aae05767904ee64c172ed9407..b78827c35d6594333612863d6ad4d2e60c2d3d9e 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