Files
third_party_tinyalsa/include/tinyalsa
Baruch Siach 685e530d8a interval.h: add missing header
The ssize_t type requires the unistd.h header. This fixes build with musl
libc:

In file included from ../include/tinyalsa/limits.h:32:0,
                 from limits.c:1:
../include/tinyalsa/interval.h:38:2: error: unknown type name 'ssize_t'
  ssize_t max;
  ^

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
2017-06-02 12:24:35 +03:00
..
2016-11-19 10:41:31 -08:00
2017-06-02 12:24:35 +03:00
2017-04-06 23:04:20 -07:00
2017-04-10 12:36:15 -07:00
2017-05-23 21:23:57 -07:00