summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_proto.c
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-01-13 04:09:00 +0000
committerangelos <angelos@openbsd.org>2000-01-13 04:09:00 +0000
commit8d4f7e122ff83db48b29c9895df263e51e0a54de (patch)
tree8354f780d4c5fb8abc05595900b2ef2d4d942ad1 /sys/netinet6/in6_proto.c
parentsync (diff)
downloadwireguard-openbsd-8d4f7e122ff83db48b29c9895df263e51e0a54de.tar.xz
wireguard-openbsd-8d4f7e122ff83db48b29c9895df263e51e0a54de.zip
Add include file fixing non-gif inet6 kernels.
Diffstat (limited to 'sys/netinet6/in6_proto.c')
-rw-r--r--sys/netinet6/in6_proto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c
index 8043e3bf5ee..2894b849745 100644
--- a/sys/netinet6/in6_proto.c
+++ b/sys/netinet6/in6_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_proto.c,v 1.9 2000/01/12 06:35:04 angelos Exp $ */
+/* $OpenBSD: in6_proto.c,v 1.10 2000/01/13 04:09:00 angelos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -90,6 +90,7 @@
#include <netinet/tcp_var.h>
#include <netinet/udp.h>
#include <netinet/udp_var.h>
+#include <netinet/ip_ip4.h>
#ifdef IPSEC
#include <netinet/ip_ipsp.h>