From: mayeut Date: Wed, 6 Jan 2016 16:37:37 +0000 (+0100) Subject: Add missing include statement for ssize_t X-Git-Tag: v2.1.1~22^2~5^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c5b30005eac31ab86c92103d4b3ecd272936493;p=openjpeg Add missing include statement for ssize_t Update uclouvain/openjpeg#681 --- diff --git a/thirdparty/libtiff/tiffconf.h.cmake.in b/thirdparty/libtiff/tiffconf.h.cmake.in index 53a66d41..177c3010 100644 --- a/thirdparty/libtiff/tiffconf.h.cmake.in +++ b/thirdparty/libtiff/tiffconf.h.cmake.in @@ -11,6 +11,9 @@ #if defined( HAVE_STDINT_H ) #include #endif +#if defined( HAVE_UNISTD_H ) +#include +#endif /* Define as 0 or 1 according to the floating point format suported by the machine */