You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/netio/files/netio-1.26-linux-include.patch

14 lines
237 B

Add missing include (see inet(3)) - JeR
--- a/netio.c
+++ b/netio.c
@@ -199,6 +199,7 @@
#include <sys/time.h>
#include <time.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#define psock_errno(x) perror(x)