Commit Graph

2 Commits

Author SHA1 Message Date
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
Taylor Holberton f1080d3337 added interval structures 2017-04-06 23:04:06 -07:00