summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2016-01-06 18:04:51 +0100
committerMatthieu Darbois <mayeut@users.noreply.github.com>2016-01-06 18:04:51 +0100
commita205f703283d42e1989da3670cb1c4bb5d8ae193 (patch)
tree315171373c19988b6b4e1384826193663177008f
parent3a0253f4e2e7210f4bbef8b9b8fc0a62e13daa55 (diff)
parent9c5b30005eac31ab86c92103d4b3ecd272936493 (diff)
Merge pull request #686 from mayeut/master
[libtiff] Add missing include statement for ssize_t Close #681
-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 */