diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-12 14:32:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-12 14:32:14 +0000 |
commit | a5edbe75dbbb739182f49c4b6727db3fd21083ba (patch) | |
tree | a87e6448667ab3cd7e9d910da3002001c7be4be0 /testing/udpcast/console.patch | |
parent | addd7bac86749f75d20d5b431774d3c84e23bb94 (diff) | |
download | aports-a5edbe75dbbb739182f49c4b6727db3fd21083ba.tar.bz2 aports-a5edbe75dbbb739182f49c4b6727db3fd21083ba.tar.xz |
testing/udpcast: build fix
Diffstat (limited to 'testing/udpcast/console.patch')
-rw-r--r-- | testing/udpcast/console.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/udpcast/console.patch b/testing/udpcast/console.patch new file mode 100644 index 0000000000..71cd0c081a --- /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" |