Add missing include statement for ssize_t

Update uclouvain/openjpeg#681
This commit is contained in:
mayeut 2016-01-06 17:37:37 +01:00
parent 83e5e2703e
commit 9c5b30005e
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 */