19 Sep
2023
19 Sep
'23
1:14 p.m.
From: Michael Opdenacker michael.opdenacker@bootlin.com
This fixes an issue compiling with the musl libc.
Fixes: #238 Signed-off-by: Michael Opdenacker michael.opdenacker@bootlin.com --- nhlt/nhlt-dmic-info.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/nhlt/nhlt-dmic-info.c b/nhlt/nhlt-dmic-info.c index 3f6c64d..331555a 100644 --- a/nhlt/nhlt-dmic-info.c +++ b/nhlt/nhlt-dmic-info.c @@ -33,6 +33,7 @@ #include <fcntl.h> #include <getopt.h> #include <sys/stat.h> +#include <sys/types.h> #include <arpa/inet.h>
int debug = 0;
--
2.34.1