Merge pull request #686 from mayeut/master

[libtiff] Add missing include statement for ssize_t
Close #681
This commit is contained in:
Matthieu Darbois 2016-01-06 18:04:51 +01:00
commit a205f70328
1 changed files with 3 additions and 0 deletions

View 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 */