]> git.alsa-project.org Git - alsa-utils.git/commitdiff
nhlt-dmic-info.c: include sys/types.h
authorMichael Opdenacker <michael.opdenacker@bootlin.com>
Tue, 19 Sep 2023 11:14:30 +0000 (13:14 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 19 Sep 2023 12:36:53 +0000 (14:36 +0200)
This fixes an issue compiling with the musl libc.

Fixes: https://github.com/alsa-project/alsa-utils/issues/238
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
nhlt/nhlt-dmic-info.c

index 3f6c64d992b919c3a5d7fc4fbc5170e0747754c8..331555a82677da3d412754f4b5124c3d2537f4e0 100644 (file)
@@ -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;