30 May
2015
30 May
'15
12:26 a.m.
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