diff options
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" |