aboutsummaryrefslogtreecommitdiffstats
path: root/community/libteam/fix-fd_set.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libteam/fix-fd_set.patch')
-rw-r--r--community/libteam/fix-fd_set.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/libteam/fix-fd_set.patch b/community/libteam/fix-fd_set.patch
new file mode 100644
index 0000000000..b019ff321b
--- /dev/null
+++ b/community/libteam/fix-fd_set.patch
@@ -0,0 +1,10 @@
+--- libteam-1.17/utils/teamnl.c
++++ libteam-1.17/utils/teamnl.c.new
+@@ -23,6 +23,7 @@
+ #include <string.h>
+ #include <getopt.h>
+ #include <errno.h>
++#include <sys/select.h>
+ #include <sys/signalfd.h>
+ #include <signal.h>
+ #include <unistd.h>