aboutsummaryrefslogtreecommitdiffstats
path: root/community/libndp/fix-fd_set.patch
blob: 7797418c1a3b5f7e959bcdf3211e942c3e39eeab (plain)
1
2
3
4
5
6
7
8
9
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>