Require `stdint.h` & `inttypes.h`
[openjpeg.git] / src / lib / openjpip / dec_clientmsg_handler.c
index c257255a9c1bbb9d138358a51d6487919c092ba6..07d51630f425cdb9e465ba8a93044afe0fbbcccd 100644 (file)
 #include <string.h>
 #include <assert.h>
 #include <limits.h>
+#include <inttypes.h>
 #include "dec_clientmsg_handler.h"
 #include "ihdrbox_manager.h"
 #include "jpipstream_manager.h"
 #include "jp2k_encoder.h"
-#include "opj_inttypes.h"
 
 void handle_JPIPstreamMSG(SOCKET connected_socket, cachelist_param_t *cachelist,
                           Byte_t **jpipstream, OPJ_SIZE_T *streamlen, msgqueue_param_t *msgqueue)