From: Antonin Descampe Date: Wed, 30 Oct 2013 08:57:18 +0000 (+0000) Subject: trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI. X-Git-Tag: version.2.0.1~4^2~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd8c91b37dc1b9345130d63582a063b59628b227;p=openjpeg trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI. --- diff --git a/src/bin/jpip/opj_server.c b/src/bin/jpip/opj_server.c index 3534ad42..9ef9a5f2 100644 --- a/src/bin/jpip/opj_server.c +++ b/src/bin/jpip/opj_server.c @@ -48,6 +48,7 @@ #include #include #include +#include "fcgi_stdio.h" #include "openjpip.h" #ifndef QUIT_SIGNAL