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

This commit is contained in:
rodrigc 2007-02-08 04:02:56 +00:00
parent 9327f3ee0d
commit 4b93723aab

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>