src/southbridge: Add missing 'include <types.h>'
<types.h> is supposed to provide <stdint.h> and <stddef.h>. When <types.h> is included, <stdint.h> and/or <stddef.h> is removed. Change-Id: I4d8628e4ce3c7f80da2590b4cad618b290e0d513 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32809 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
This commit is contained in:
committed by
Patrick Georgi
parent
51401c3050
commit
ab89edbccf
@@ -21,9 +21,11 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include "pch.h"
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <acpi/sata.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "pch.h"
|
||||
|
||||
typedef struct southbridge_intel_ibexpeak_config config_t;
|
||||
|
||||
|
Reference in New Issue
Block a user