Require `stdint.h` & `inttypes.h`
[openjpeg.git] / src / bin / jp2 / converttif.c
index c2e7d1cbcb77bef70b2d8f9583b6e056f148799d..e47a48d78a713cc12d6c4fde31be6b836bd1b376 100644 (file)
@@ -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"
 
 /* -->> -->> -->> -->>