summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_proto.c
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-01-13 06:01:22 +0000
committerangelos <angelos@openbsd.org>2000-01-13 06:01:22 +0000
commit549db6ab0e69b885d1564f5edec63e5e4f224bcc (patch)
treebb96a3a230d704b4cb1f51a5840e26b51d488ccd /sys/netinet6/in6_proto.c
parentFix compilation error introduced recently; thanks mickey. (diff)
downloadwireguard-openbsd-549db6ab0e69b885d1564f5edec63e5e4f224bcc.tar.xz
wireguard-openbsd-549db6ab0e69b885d1564f5edec63e5e4f224bcc.zip
We do need netinet/ip_ip4.h after all...
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 88f11ca3f5f..b0160854045 100644
--- a/sys/netinet6/in6_proto.c
+++ b/sys/netinet6/in6_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_proto.c,v 1.12 2000/01/13 05:06:12 angelos Exp $ */
+/* $OpenBSD: in6_proto.c,v 1.13 2000/01/13 06:01:22 angelos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -93,6 +93,7 @@
#include <netinet/ip_ipsp.h>
#include <netinet/ip_ah.h>
#include <netinet/ip_esp.h>
+#include <netinet/ip_ip4.h>
#include <netinet6/pim6_var.h>