From 898b5f434b3efce411880781d7f83671d74d464e Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Thu, 8 Feb 2007 04:02:56 +0000 Subject: [PATCH] #include before to get KASSERT(), and fix LINT build. --- sys/geom/part/g_part_if.m | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/geom/part/g_part_if.m b/sys/geom/part/g_part_if.m index 589db649e568..fa386d2850ad 100644 --- a/sys/geom/part/g_part_if.m +++ b/sys/geom/part/g_part_if.m @@ -32,6 +32,7 @@ #include #include #include +#include #include #include