summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-02-08 04:02:56 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-02-08 04:02:56 +0000
commit4b93723aab5bc10ea6e19034fb2c4bf96f98f48f (patch)
treeddbb23b1d4940a344a5d9a28dc29a2c5698792c5 /sys/geom
parent9327f3ee0d71f2e182ae010dc3d33cd36dc5d035 (diff)
downloadFreeBSD-src-4b93723aab5bc10ea6e19034fb2c4bf96f98f48f.zip
FreeBSD-src-4b93723aab5bc10ea6e19034fb2c4bf96f98f48f.tar.gz
#include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build.
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/part/g_part_if.m1
1 files changed, 1 insertions, 0 deletions
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 <sys/sbuf.h>
#include <sys/bus.h>
#include <machine/bus.h>
+#include <sys/systm.h>
#include <geom/geom.h>
#include <geom/part/g_part.h>
OpenPOWER on IntegriCloud