nb/intel/x4x/bootblock.c: include <arch/pci_io_cfg.h>

Change-Id: Ib370fc1bae017d084844eece44799676a657323b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49541
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2021-01-31 08:32:48 +01:00 committed by Patrick Georgi
parent d73d19805e
commit 875c21f491
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
#include <arch/bootblock.h>
#include <arch/mmio.h>
#include <arch/pci_io_cfg.h>
#include <assert.h>
#include <device/pci_ops.h>
#include <types.h>
#include "x4x.h"