Require `stdint.h` & `inttypes.h`
[openjpeg.git] / src / lib / openjpip / byte_manager.h
index 57a7d5015d191bf36de2faffc5d09bbbfc6fe8af..02c806e0b3f1485db20ae32b1669d56e0c4d0025 100644 (file)
@@ -32,8 +32,8 @@
 #define     BYTE_MANAGER_H_
 
 #include <stddef.h>
+#include <stdint.h>
 #include "openjpeg.h"
-#include "opj_stdint.h"
 typedef uint8_t Byte_t;
 typedef uint16_t Byte2_t;
 typedef uint32_t Byte4_t;