diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-13 04:09:01 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-13 04:09:01 +0000 |
commit | 66165351eda7872d4c3e09d6f38d5dbacbc6552d (patch) | |
tree | 155bff6364b362a23221071d8b304294cd37ab0d /sys/netinet6/in6_proto.c | |
parent | 4f53c4617f6d3a6fc1d605f31f2b72010cc51c60 (diff) |
Add include file fixing non-gif inet6 kernels.
Diffstat (limited to 'sys/netinet6/in6_proto.c')
-rw-r--r-- | sys/netinet6/in6_proto.c | 3 |
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> |