]> Creatis software - gdcm.git/commitdiff
BUG: Fix a nasty problem, C does not require function to be declared, so there was...
authormalaterre <malaterre>
Mon, 24 Oct 2005 17:24:25 +0000 (17:24 +0000)
committermalaterre <malaterre>
Mon, 24 Oct 2005 17:24:25 +0000 (17:24 +0000)
src/gdcmopenjpeg/libopenjpeg/int.c

index 7bb5f23daef40a135a420f2cc5af58d7b946ce13..a5e6a582fa16aacfe0f171e25ab3d7cdb49ef303 100644 (file)
@@ -24,6 +24,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "int.h"
+
 /*
  * Get the minimum of two integers.
  *