aboutsummaryrefslogtreecommitdiffstats
path: root/testing/udpcast/console.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-04-12 14:32:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-12 14:32:14 +0000
commita5edbe75dbbb739182f49c4b6727db3fd21083ba (patch)
treea87e6448667ab3cd7e9d910da3002001c7be4be0 /testing/udpcast/console.patch
parentaddd7bac86749f75d20d5b431774d3c84e23bb94 (diff)
testing/udpcast: build fix
Diffstat (limited to 'testing/udpcast/console.patch')
-rw-r--r--testing/udpcast/console.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/udpcast/console.patch b/testing/udpcast/console.patch
new file mode 100644
index 00000000000..71cd0c081a3
--- /dev/null
+++ b/testing/udpcast/console.patch
@@ -0,0 +1,10 @@
+--- a/console.c
++++ b/console.c
+@@ -3,6 +3,7 @@
+ #include <stdio.h>
+ #include <errno.h>
+ #include <string.h>
++#include <sys/select.h>
+
+ #include "console.h"
+ #include "util.h"