mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
10 lines
208 B
Diff
10 lines
208 B
Diff
--- ndptool.c.orig
|
|
+++ ndptool.c
|
|
@@ -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>
|