mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
3f6bb07af6
switch upstream to github
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
Index: tools/path6.c
|
|
--- tools/path6.c.orig
|
|
+++ tools/path6.c
|
|
@@ -33,8 +33,8 @@
|
|
|
|
#include <arpa/inet.h>
|
|
#include <net/if.h>
|
|
-#include <netinet/icmp6.h>
|
|
#include <netinet/in.h>
|
|
+#include <netinet/icmp6.h>
|
|
#include <netinet/ip6.h>
|
|
#include <netinet/tcp.h>
|
|
|