From 2db85e8e4bdc2690ca89ac02ab5ab24d3eb84027 Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 24 Oct 2005 17:24:25 +0000 Subject: [PATCH] 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 --- src/gdcmopenjpeg/libopenjpeg/int.c | 2 ++ 1 file changed, 2 insertions(+) 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. * -- 2.48.1