Unbreak usr.sbin/makefs after r223020.

Pointy hat to:	mckusick
This commit is contained in:
Dimitry Andric 2011-06-12 23:09:00 +00:00
parent c543e1ae9e
commit 057ead2f86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223025

View File

@ -34,6 +34,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/queue.h>
#if defined(_KERNEL)
#include <sys/systm.h>
#endif