Fix compile error introduced in r336245.
Include sys/boot.h to pickup the prototypes for boot_parse_arg.
This commit is contained in:
parent
5a399a1a39
commit
50b1a01ecb
@ -31,6 +31,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/boot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user