Require `stdint.h` & `inttypes.h`
[openjpeg.git] / src / lib / openjp2 / opj_includes.h
index 0a8628c96b3043f2d1635f32dca2be7b08340881..13613ce521c1034e8f7b2a74f0dfd1f749e01706 100644 (file)
@@ -55,6 +55,8 @@
 #include <ctype.h>
 #include <assert.h>
 #include <limits.h>
+#include <stdint.h>
+#include <inttypes.h>
 
 /*
   Use fseeko() and ftello() if they are available since they use
@@ -218,7 +220,6 @@ typedef unsigned int OPJ_BITFIELD;
 
 #define OPJ_UNUSED(x) (void)x
 
-#include "opj_inttypes.h"
 #include "opj_clock.h"
 #include "opj_malloc.h"
 #include "event.h"