diff options
| author | Antonin Descampe <antonin@gmail.com> | 2013-10-30 08:57:18 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2013-10-30 08:57:18 +0000 |
| commit | bd8c91b37dc1b9345130d63582a063b59628b227 (patch) | |
| tree | 0ff26bd1a005e3ac8f3cf03d977332f4dcb707ad /src | |
| parent | 7294cdef3e5a050846745fb61e98e3af948ff1e6 (diff) | |
trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jpip/opj_server.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> #include <string.h> #include <stdlib.h> +#include "fcgi_stdio.h" #include "openjpip.h" #ifndef QUIT_SIGNAL |
