Make this compile without INET6 again.

This commit is contained in:
thorpej 2000-08-15 21:43:57 +00:00
parent b70721109d
commit 831a48fd0b

View File

@ -1,4 +1,4 @@
/* $NetBSD: ah_input.c,v 1.16 2000/07/18 14:56:42 itojun Exp $ */
/* $NetBSD: ah_input.c,v 1.17 2000/08/15 21:43:57 thorpej Exp $ */
/* $KAME: ah_input.c,v 1.30 2000/07/15 16:07:48 itojun Exp $ */
/*
@ -60,8 +60,9 @@
#include <netinet/ip_var.h>
#include <netinet/ip_ecn.h>
#ifdef INET6
#include <netinet/ip6.h>
#ifdef INET6
#include <netinet6/ip6_var.h>
#include <netinet/icmp6.h>
#endif