aports/testing/libndp/fix-fd_set.patch
Stuart Cardall fc316af365 testing/libndp: new aport
Required by networkmanager

Library for Neighbor Discovery Protocol
http://libndp.org/
2015-04-28 00:36:11 +02:00

11 lines
241 B
Diff

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