From 302a9d3633d46a6529b91c9acaa9501c3b147ee4 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Sun, 18 Oct 2015 20:32:37 +0000 Subject: [PATCH] Include "opt_platform.h" early so that the FDT option is visible as needed. --- sys/arm/annapurna/alpine/common.c | 2 ++ sys/arm/qemu/virt_common.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/arm/annapurna/alpine/common.c b/sys/arm/annapurna/alpine/common.c index a0fade09128..774bf00acec 100644 --- a/sys/arm/annapurna/alpine/common.c +++ b/sys/arm/annapurna/alpine/common.c @@ -29,6 +29,8 @@ #include __FBSDID("$FreeBSD$"); +#include "opt_platform.h" + #include #include #include diff --git a/sys/arm/qemu/virt_common.c b/sys/arm/qemu/virt_common.c index fc022473e6e..0f407243cff 100644 --- a/sys/arm/qemu/virt_common.c +++ b/sys/arm/qemu/virt_common.c @@ -28,6 +28,8 @@ #include __FBSDID("$FreeBSD$"); +#include "opt_platform.h" + #include #include