Files
third_party_tinyalsa/include/tinyalsa
Minecrell de025cac62 tinyalsa: include <sys/types.h> for ssize_t
ssize_t is defined in <sys/types.h>, see
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html

Add an include for it to avoid a compile error when building with musl:

../include/tinyalsa/plugin.h:184:5: error: expected specifier-qualifier-list before 'ssize_t'
  184 |     ssize_t (*read_event) (struct mixer_plugin *plugin,
      |     ^~~~~~~
2020-04-23 14:53:46 +02:00
..
2016-11-19 10:41:31 -08:00
2019-01-13 13:10:47 -05:00
2017-06-02 12:24:35 +03:00
2017-04-06 23:04:20 -07:00
2019-01-13 13:10:47 -05:00