* [PATCH - alsa-plugins/arcam-av ] arcam-av: Include sys/select.h for fd_set definition
@ 2015-05-29 22:38 Khem Raj
2015-05-30 6:44 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-05-29 22:38 UTC (permalink / raw)
To: alsa-devel; +Cc: Khem Raj
fixes build errors on non-glibc based systems
arcam-av/arcam_av.c:389:2: error: unknown type name 'fd_set'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
arcam-av/arcam_av.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arcam-av/arcam_av.c b/arcam-av/arcam_av.c
index 0491fc6..fff96f9 100644
--- a/arcam-av/arcam_av.c
+++ b/arcam-av/arcam_av.c
@@ -31,6 +31,7 @@
#include <unistd.h>
#include <sys/ipc.h>
+#include <sys/select.h>
#include <sys/shm.h>
#include <sys/stat.h>
#include <sys/stat.h>
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH - alsa-plugins/arcam-av ] arcam-av: Include sys/select.h for fd_set definition
@ 2015-05-29 22:26 Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2015-05-29 22:26 UTC (permalink / raw)
To: alsa-devel; +Cc: Khem Raj
fixes build errors on non-glibc based systems
arcam-av/arcam_av.c:389:2: error: unknown type name 'fd_set'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
arcam-av/arcam_av.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arcam-av/arcam_av.c b/arcam-av/arcam_av.c
index 0491fc6..fff96f9 100644
--- a/arcam-av/arcam_av.c
+++ b/arcam-av/arcam_av.c
@@ -31,6 +31,7 @@
#include <unistd.h>
#include <sys/ipc.h>
+#include <sys/select.h>
#include <sys/shm.h>
#include <sys/stat.h>
#include <sys/stat.h>
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-30 6:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 22:38 [PATCH - alsa-plugins/arcam-av ] arcam-av: Include sys/select.h for fd_set definition Khem Raj
2015-05-30 6:44 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2015-05-29 22:26 Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).