Add missing include statement for ssize_t 686/head
authormayeut <mayeut@users.noreply.github.com>
Wed, 6 Jan 2016 16:37:37 +0000 (17:37 +0100)
committermayeut <mayeut@users.noreply.github.com>
Wed, 6 Jan 2016 16:37:37 +0000 (17:37 +0100)
Update uclouvain/openjpeg#681

thirdparty/libtiff/tiffconf.h.cmake.in

index 53a66d41a5edf6f580cea8094bb5f95fdf5d8fed..177c3010e8fac365fc8af08f0a5dafdd497aa075 100644 (file)
@@ -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 */