From 6450cbbdca62fe5fa9e58b835b29b35bf4079286 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 28 Mar 2020 19:34:50 -0400 Subject: headers: Don't blindly include in files used by ASM Causes things to go boom with newer toolchains. Change-Id: Ibd00edc9ea16aae8115b63ebce08ac920b0608a2 --- firmware/export/pl080.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/pl080.h') diff --git a/firmware/export/pl080.h b/firmware/export/pl080.h index 9e48f07f0c..fe0013b59d 100644 --- a/firmware/export/pl080.h +++ b/firmware/export/pl080.h @@ -24,6 +24,7 @@ /* * ARM PrimeCell PL080 Multiple Master DMA controller */ +#include #include #include -- cgit v1.2.3