From 276d46ac05b59c1c4536cbce20808d0a96f7fea5 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 16 Jun 2019 11:08:25 +0200 Subject: src: Add missing include Change-Id: Iae73fc1557fb310dacbbf8bc486dc3cc5249d9e7 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/33526 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/northbridge/via/vx900/early_host_bus_ctl.c | 2 ++ src/northbridge/via/vx900/pci_util.c | 1 + 2 files changed, 3 insertions(+) (limited to 'src/northbridge') diff --git a/src/northbridge/via/vx900/early_host_bus_ctl.c b/src/northbridge/via/vx900/early_host_bus_ctl.c index 92bb44dda0..1ef29449fd 100644 --- a/src/northbridge/via/vx900/early_host_bus_ctl.c +++ b/src/northbridge/via/vx900/early_host_bus_ctl.c @@ -14,6 +14,8 @@ * GNU General Public License for more details. */ +#include + #include "early_vx900.h" static void vx900_cpu_bus_preram_setup(void) diff --git a/src/northbridge/via/vx900/pci_util.c b/src/northbridge/via/vx900/pci_util.c index 07a9a71f73..e6eb91ac95 100644 --- a/src/northbridge/via/vx900/pci_util.c +++ b/src/northbridge/via/vx900/pci_util.c @@ -15,6 +15,7 @@ */ #include +#include #include "vx900.h" -- cgit v1.2.3