Merge pull request #686 from mayeut/master
[libtiff] Add missing include statement for ssize_t Close #681
This commit is contained in:
commit
a205f70328
3
thirdparty/libtiff/tiffconf.h.cmake.in
vendored
3
thirdparty/libtiff/tiffconf.h.cmake.in
vendored
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user