drivers/ipmi/ocp: Add missing include
Include stddef.h to fix the compiler error when using ipmi_ocp.h: src/drivers/ipmi/ocp/ipmi_ocp.h:199:44: error: unknown type name 'size_t' Change-Id: Iccd131295263460a4939e51e12ece87ea22c417c Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85317 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
37e9c22089
commit
d3aa108acf
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <commonlib/bsd/cb_err.h>
|
||||
#include <device/pci_type.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#define IPMI_NETFN_OEM 0x30
|
||||
#define IPMI_OEM_SET_PPIN 0x77
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue