summaryrefslogtreecommitdiff
path: root/thirdparty
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2016-01-06 17:37:37 +0100
committermayeut <mayeut@users.noreply.github.com>2016-01-06 17:37:37 +0100
commit9c5b30005eac31ab86c92103d4b3ecd272936493 (patch)
tree315171373c19988b6b4e1384826193663177008f /thirdparty
parent83e5e2703ed66bdf4afbefd607263193a2ac1a98 (diff)
Add missing include statement for ssize_t
Update uclouvain/openjpeg#681
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/libtiff/tiffconf.h.cmake.in3
1 files changed, 3 insertions, 0 deletions
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 <stdint.h>
#endif
+#if defined( HAVE_UNISTD_H )
+#include <unistd.h>
+#endif
/* Define as 0 or 1 according to the floating point format suported by the
machine */