From ccdf495f7b3b979954d7bc7041ddd2216eb1026d Mon Sep 17 00:00:00 2001 From: Ethan Sommer Date: Fri, 5 Jun 2020 17:16:33 -0400 Subject: include/tinyalsa/plugin.h: include time.h Older versions of linux's API header sound/asound.h accidentally rely on indirect declaration of struct timespec, which isn't reliable, so include time.h before it to support older versions of sound/asound.h properly --- include/tinyalsa/plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tinyalsa/plugin.h b/include/tinyalsa/plugin.h index 91d862a..a140754 100644 --- a/include/tinyalsa/plugin.h +++ b/include/tinyalsa/plugin.h @@ -33,6 +33,7 @@ #include #include #include +#include #include -- cgit v1.2.3