diff options
author | ngie <ngie@FreeBSD.org> | 2015-04-27 08:21:16 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-04-27 08:21:16 +0000 |
commit | 2be0463ccce67ff845c900f9acdc9d6088fc0d39 (patch) | |
tree | da86068795448144bae41bf476a98d2952e64038 | |
parent | d4cb1cf0c593709df46f3d72000719acd30adb39 (diff) | |
download | FreeBSD-src-2be0463ccce67ff845c900f9acdc9d6088fc0d39.zip FreeBSD-src-2be0463ccce67ff845c900f9acdc9d6088fc0d39.tar.gz |
MFhead @ r282068
-rw-r--r-- | sys/boot/common/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/md.c b/sys/boot/common/md.c index 6d2d2b4..a8f092b9 100644 --- a/sys/boot/common/md.c +++ b/sys/boot/common/md.c @@ -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" |