From: malaterre Date: Mon, 24 Oct 2005 17:24:25 +0000 (+0000) Subject: BUG: Fix a nasty problem, C does not require function to be declared, so there was... X-Git-Tag: OpenJPEG.Version1.2~203 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2db85e8e4bdc2690ca89ac02ab5ab24d3eb84027;p=gdcm.git BUG: Fix a nasty problem, C does not require function to be declared, so there was an implicit function declaration that does not define export symbols...int.c should be rewritten anyway to avoid function calls --- diff --git a/src/gdcmopenjpeg/libopenjpeg/int.c b/src/gdcmopenjpeg/libopenjpeg/int.c index 7bb5f23d..a5e6a582 100644 --- a/src/gdcmopenjpeg/libopenjpeg/int.c +++ b/src/gdcmopenjpeg/libopenjpeg/int.c @@ -24,6 +24,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "int.h" + /* * Get the minimum of two integers. *