1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

#include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build.

This commit is contained in:
Craig Rodrigues 2007-02-08 04:02:56 +00:00
parent d6140aaa69
commit 898b5f434b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166561

View File

@ -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>