Small change in header order to allow this to compile.

Obtained from:	Netflix, Inc.
MFC after:	3 days
This commit is contained in:
Scott Long 2015-04-27 07:38:46 +00:00
parent 70598e5094
commit 710dc398a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282064

View File

@ -27,11 +27,11 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <stand.h>
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/queue.h>
#include <machine/stdarg.h>
#include <stand.h>
#include "bootstrap.h"