From 0d3a5126db2e9da4314915689b92ae10a0ce3a7d Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Tue, 26 Apr 2016 14:53:46 -0700 Subject: ec/google/chromeec/ec_commands.h: Include stdint.h This file use stdint types, but does not include the appropriate header. This creates a parasitic dependency on including stdint.h before ec_commands.h. Fix that by including the necesarry header. Change-Id: I52477028c4ba8f6ffad0356c09e5fad4972649ed Signed-off-by: Alexandru Gagniuc Reviewed-on: https://review.coreboot.org/14589 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/ec/google/chromeec/ec_commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ec') diff --git a/src/ec/google/chromeec/ec_commands.h b/src/ec/google/chromeec/ec_commands.h index a90e22dc98..b562dd62d8 100644 --- a/src/ec/google/chromeec/ec_commands.h +++ b/src/ec/google/chromeec/ec_commands.h @@ -346,6 +346,8 @@ */ #ifndef __ACPI__ +#include + /* * Define __packed if someone hasn't beat us to it. Linux kernel style * checking prefers __packed over __attribute__((packed)). -- cgit v1.2.3