File fcgi_include.patch of Package zoo-kernel
diff -uri zoo-project-1.5.0.orig/thirds/cgic206/cgic.h zoo-project-1.5.0/thirds/cgic206/cgic.h --- zoo-project-1.5.0.orig/thirds/cgic206/cgic.h 2015-07-10 15:23:40.000000000 +0300 +++ zoo-project-1.5.0/thirds/cgic206/cgic.h 2015-12-28 21:21:54.855752016 +0200 @@ -9,7 +9,7 @@ /* Bring in standard I/O since some of the functions refer to types defined by it, such as FILE *. */ -#include "fcgi_stdio.h" +#include "fastcgi/fcgi_stdio.h" //#include <stdio.h> /* The various CGI environment variables. Instead of using getenv(), diff -uri zoo-project-1.5.0.orig/zoo-project/zoo-kernel/ulinet.h zoo-project-1.5.0/zoo-project/zoo-kernel/ulinet.h --- zoo-project-1.5.0.orig/zoo-project/zoo-kernel/ulinet.h 2015-07-10 15:23:41.000000000 +0300 +++ zoo-project-1.5.0/zoo-project/zoo-kernel/ulinet.h 2015-12-28 21:27:47.491741987 +0200 @@ -25,7 +25,7 @@ #ifndef _ULINET_H #define _ULINET_H -#include "fcgi_stdio.h" +#include "fastcgi/fcgi_stdio.h" #include <stdlib.h> #include <fcntl.h> #include <curl/curl.h>