From: cristy Date: Thu, 2 Jan 2014 18:54:04 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3000 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77559f47235750d41f5c378bddb6973f7d41153e;p=imagemagick --- diff --git a/coders/jp2.c b/coders/jp2.c index 3f12c8129..ddc0d59a6 100644 --- a/coders/jp2.c +++ b/coders/jp2.c @@ -65,6 +65,7 @@ #include "magick/static.h" #include "magick/statistic.h" #include "magick/string_.h" +#include "magick/string-private.h" #include "magick/module.h" #if defined(MAGICKCORE_LIBOPENJP2_DELEGATE) #include @@ -285,6 +286,9 @@ static OPJ_SIZE_T JP2WriteHandler(void *buffer,OPJ_SIZE_T length,void *context) static Image *ReadJP2Image(const ImageInfo *image_info,ExceptionInfo *exception) { + const char + *option; + Image *image;