From 4fa346679c5e404fafb273e0c0ec83be276556e4 Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 10 Aug 2010 21:46:12 +0000 Subject: [PATCH] Include opt_inet since this checks INET/INET6 --- sys/netinet/ip_carp.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 04bc9718712a..9aa571ddbfeb 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_carp.c,v 1.41 2010/04/05 07:22:50 joerg Exp $ */ +/* $NetBSD: ip_carp.c,v 1.42 2010/08/10 21:46:12 pooka Exp $ */ /* $OpenBSD: ip_carp.c,v 1.113 2005/11/04 08:11:54 mcbride Exp $ */ /* @@ -27,8 +27,10 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include "opt_inet.h" + #include -__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.41 2010/04/05 07:22:50 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.42 2010/08/10 21:46:12 pooka Exp $"); /* * TODO: