diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2023-12-08 15:55:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 15:55:00 +0100 |
| commit | 2c8c5025ce082df7bb751bc4f7552f3bb923964f (patch) | |
| tree | 5ad72e999a4b3b814eb46c2a84b04086e8f192cc /src/lib/openjpip/dec_clientmsg_handler.c | |
| parent | 65282a0c2fe32668baef03c347ee8d289e2cb647 (diff) | |
| parent | c4b3a91ede1d0301f7f5f50287c0bda35aa7ca7e (diff) | |
Merge pull request #1484 from mayeut/mandatory-inttypes-stdint
Require `stdint.h` & `inttypes.h`
Diffstat (limited to 'src/lib/openjpip/dec_clientmsg_handler.c')
| -rw-r--r-- | src/lib/openjpip/dec_clientmsg_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpip/dec_clientmsg_handler.c b/src/lib/openjpip/dec_clientmsg_handler.c index c257255a..07d51630 100644 --- a/src/lib/openjpip/dec_clientmsg_handler.c +++ b/src/lib/openjpip/dec_clientmsg_handler.c @@ -33,11 +33,11 @@ #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) |
