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

View File

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