Require `stdint.h` & `inttypes.h`
[openjpeg.git] / src / lib / openjp2 / openjpeg.h
index ebe784440e916ec1d308ff2aec104f021354a88c..a421143a53f0c09299ea7f84226ff557bcf56c8d 100644 (file)
@@ -122,7 +122,7 @@ typedef float         OPJ_FLOAT32;
 typedef double        OPJ_FLOAT64;
 typedef unsigned char OPJ_BYTE;
 
-#include "opj_stdint.h"
+#include <stdint.h>
 
 typedef int8_t   OPJ_INT8;
 typedef uint8_t  OPJ_UINT8;