Skip to content

Commit

Permalink
Merge pull request #686 from mayeut/master
Browse files Browse the repository at this point in the history
[libtiff] Add missing include statement for ssize_t
Close #681
  • Loading branch information
mayeut committed Jan 6, 2016
2 parents 3a0253f + 9c5b300 commit a205f70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thirdparty/libtiff/tiffconf.h.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a205f70

Please sign in to comment.