From 710dc398a21294ed4c9b60134c5d5196d176d995 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Mon, 27 Apr 2015 07:38:46 +0000 Subject: [PATCH] Small change in header order to allow this to compile. Obtained from: Netflix, Inc. MFC after: 3 days --- sys/boot/common/md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/common/md.c b/sys/boot/common/md.c index 6d2d2b455748..a8f092b92baf 100644 --- a/sys/boot/common/md.c +++ b/sys/boot/common/md.c @@ -27,11 +27,11 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include #include #include -#include #include "bootstrap.h"