Add missing include statement for ssize_t
Update uclouvain/openjpeg#681
This commit is contained in:
parent
83e5e2703e
commit
9c5b30005e
|
@ -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