summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jp2/converttif.c2
-rw-r--r--src/bin/jp2/index.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/jp2/converttif.c b/src/bin/jp2/converttif.c
index c2e7d1cb..e47a48d7 100644
--- a/src/bin/jp2/converttif.c
+++ b/src/bin/jp2/converttif.c
@@ -43,6 +43,7 @@
#include <string.h>
#include <ctype.h>
#include <limits.h>
+#include <inttypes.h>
#ifndef OPJ_HAVE_LIBTIFF
# error OPJ_HAVE_LIBTIFF_NOT_DEFINED
@@ -51,7 +52,6 @@
#include <tiffio.h>
#include "openjpeg.h"
#include "convert.h"
-#include "opj_inttypes.h"
/* -->> -->> -->> -->>
diff --git a/src/bin/jp2/index.c b/src/bin/jp2/index.c
index 3eae2f97..100945bf 100644
--- a/src/bin/jp2/index.c
+++ b/src/bin/jp2/index.c
@@ -34,9 +34,9 @@
#include <stdio.h>
#include <math.h>
#include <string.h>
+#include <inttypes.h>
#include "openjpeg.h"
#include "index.h"
-#include "opj_inttypes.h"
/* ------------------------------------------------------------------------------------ */