From 728bc9534570610d82ff0a11ddde04f24f4aa21b Mon Sep 17 00:00:00 2001 From: Qing Li Date: Sun, 13 Apr 2008 23:04:46 +0000 Subject: [PATCH] Make this file compile on IPv6 kernels. --- sys/net/radix_mpath.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/net/radix_mpath.c b/sys/net/radix_mpath.c index 871d436cf750..98d7d6c430b0 100644 --- a/sys/net/radix_mpath.c +++ b/sys/net/radix_mpath.c @@ -36,6 +36,8 @@ #include __FBSDID("$FreeBSD$"); +#include "opt_inet6.h" + #include #include #include