From 4b93723aab5bc10ea6e19034fb2c4bf96f98f48f Mon Sep 17 00:00:00 2001 From: rodrigc Date: Thu, 8 Feb 2007 04:02:56 +0000 Subject: #include before to get KASSERT(), and fix LINT build. --- sys/geom/part/g_part_if.m | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/geom') diff --git a/sys/geom/part/g_part_if.m b/sys/geom/part/g_part_if.m index 589db64..fa386d2 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 -- cgit v1.1