Included <unistd.h> in aaip_0_2.h to fix a build time issue with musl libc.

Thanks to Baruch Siach.
This commit is contained in:
Thomas Schmitt 2016-05-24 13:07:00 +02:00
parent 2a41b4817c
commit 02de4570d1
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
#ifndef Aaip_h_is_includeD #ifndef Aaip_h_is_includeD
#define Aaip_h_is_includeD yes #define Aaip_h_is_includeD yes
/* For ssize_t */
#include <unistd.h>
/* --------------------------------- Encoder ---------------------------- */ /* --------------------------------- Encoder ---------------------------- */