summaryrefslogtreecommitdiff
path: root/sys/net/if_atmsubr.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/net/if_atmsubr.c
parent4c56a47e2e8f387dc8a601f300b672b1619113f8 (diff)
fix include file path related to ip6.
Diffstat (limited to 'sys/net/if_atmsubr.c')
-rw-r--r--sys/net/if_atmsubr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_atmsubr.c b/sys/net/if_atmsubr.c
index 9fa3ed64b67..7c935b40709 100644
--- a/sys/net/if_atmsubr.c
+++ b/sys/net/if_atmsubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atmsubr.c,v 1.11 1999/02/04 00:04:18 deraadt Exp $ */
+/* $OpenBSD: if_atmsubr.c,v 1.12 2000/02/07 06:09:08 itojun Exp $ */
/*
*
@@ -78,7 +78,6 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>.
#include <netnatm/natm.h>
#endif
#ifdef INET6
-#include <netinet6/in6.h>
#include <netinet6/in6_var.h>
#endif /* INET6 */