Compilation of code which uses libtiff fails when ssize_t is undefined: openjpeg/thirdparty/libtiff/tif_config.h:324:22: error: unknown type name ‘ssize_t’ #define TIFF_SSIZE_T ssize_t ^ openjpeg/thirdparty/libtiff/tiffio.h:67:9: note: in expansion of macro ‘TIFF_SSIZE_T’ typedef TIFF_SSIZE_T tmsize_t; ^ Add the missing include statement (not for Windows which does not provide unistd.h). Signed-off-by: Stefan Weil <sw@weilnetz.de> |
||
---|---|---|
.. | ||
conformance | ||
nonregression | ||
unit | ||
CMakeLists.txt | ||
compare_dump_files.c | ||
compare_images.c | ||
compare_raw_files.c | ||
j2k_random_tile_access.c | ||
pdf2jp2.c | ||
ppm2rgb3.c | ||
test_tile_decoder.c | ||
test_tile_encoder.c |