aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMinecrell <minecrell@minecrell.net>2020-04-23 14:51:57 +0200
committerMinecrell <minecrell@minecrell.net>2020-04-23 14:53:46 +0200
commitef0808c11807a25ba5834fb3fce74c27b1ea09a3 (patch)
tree857518ca57e0ad13ed1be7df656a643acb1b7c3f /.travis.yml
parent67cca676121ec99bd31caf9e70e888280b9399c8 (diff)
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, | ^~~~~~~
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions