From 0afaf183d095a472483041f60a28899f71fe07bd Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Tue, 6 Dec 2016 15:16:00 +0000 Subject: [PATCH] Add the missing gic_common.h include for GIC_BUS_FDT. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation --- sys/arm64/arm64/gic_v3_fdt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/arm64/gic_v3_fdt.c b/sys/arm64/arm64/gic_v3_fdt.c index def3aa834c69..376f9d62e950 100644 --- a/sys/arm64/arm64/gic_v3_fdt.c +++ b/sys/arm64/arm64/gic_v3_fdt.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include "gic_v3_reg.h" #include "gic_v3_var.h"