1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/udpcast/console.patch
2016-04-12 14:32:14 +00:00

10 lines
177 B
Diff

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