summaryrefslogtreecommitdiffstats
path: root/sys/net/radix_mpath.c
diff options
context:
space:
mode:
authorqingli <qingli@FreeBSD.org>2008-04-13 23:04:46 +0000
committerqingli <qingli@FreeBSD.org>2008-04-13 23:04:46 +0000
commit9d72a61c728bf62182ed20abef4a8463f15d817e (patch)
tree181b95533d0b62c7da4d870a4dffa5d1099d553f /sys/net/radix_mpath.c
parent780b65a7106721817348f0cb791cc95149fef0b0 (diff)
downloadFreeBSD-src-9d72a61c728bf62182ed20abef4a8463f15d817e.zip
FreeBSD-src-9d72a61c728bf62182ed20abef4a8463f15d817e.tar.gz
Make this file compile on IPv6 kernels.
Diffstat (limited to 'sys/net/radix_mpath.c')
-rw-r--r--sys/net/radix_mpath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/radix_mpath.c b/sys/net/radix_mpath.c
index 871d436..98d7d6c 100644
--- a/sys/net/radix_mpath.c
+++ b/sys/net/radix_mpath.c
@@ -36,6 +36,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_inet6.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud