summaryrefslogtreecommitdiff
path: root/sys/netinet6/mld6.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-07 06:09:11 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-07 06:09:11 +0000
commit7f438dd015f361593db125e47df9be7d318a0004 (patch)
tree7f7879df742261d5203e94fe206c323380260690 /sys/netinet6/mld6.c
parent4c56a47e2e8f387dc8a601f300b672b1619113f8 (diff)
fix include file path related to ip6.
Diffstat (limited to 'sys/netinet6/mld6.c')
-rw-r--r--sys/netinet6/mld6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c
index 905f999c7c6..fa3d929cc55 100644
--- a/sys/netinet6/mld6.c
+++ b/sys/netinet6/mld6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mld6.c,v 1.4 2000/01/08 05:49:40 angelos Exp $ */
+/* $OpenBSD: mld6.c,v 1.5 2000/02/07 06:09:10 itojun Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
@@ -80,9 +80,9 @@
#include <netinet/in.h>
#include <netinet/in_var.h>
-#include <netinet6/ip6.h>
+#include <netinet/ip6.h>
#include <netinet6/ip6_var.h>
-#include <netinet6/icmp6.h>
+#include <netinet/icmp6.h>
#include <netinet6/mld6_var.h>
#include <net/net_osdep.h>