sb/amd/agesa/hudson: Add missing '#include <stddef.h>'
size_t needs <stddef.h>. Change-Id: I9ccf526df44dbad8568f75bd0506ac686fdb7860 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43939 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a3759e3a7b
commit
24230f6cd7
|
@ -4,6 +4,7 @@
|
|||
#include <device/pci_def.h>
|
||||
#include <device/device.h>
|
||||
#include <console/console.h>
|
||||
#include <stddef.h>
|
||||
/* warning: Porting.h includes an open #pragma pack(1) */
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
|
@ -7,6 +8,7 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <Proc/Fch/FchPlatform.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue