mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
11 lines
241 B
Diff
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>
|