Merge pull request #686 from mayeut/master
[libtiff] Add missing include statement for ssize_t Close #681
This commit is contained in:
commit
a205f70328
|
@ -11,6 +11,9 @@
|
||||||
#if defined( HAVE_STDINT_H )
|
#if defined( HAVE_STDINT_H )
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if defined( HAVE_UNISTD_H )
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define as 0 or 1 according to the floating point format suported by the
|
/* Define as 0 or 1 according to the floating point format suported by the
|
||||||
machine */
|
machine */
|
||||||
|
|
Loading…
Reference in New Issue