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