From 32c8ee3e2598d5b9d6d7447155ca1580c6938904 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Wed, 14 May 2014 12:43:31 -0700 Subject: Add missing #include in vboot_api.h This includes stdlib.h since otherwise size_t might not be defined. BUG=none BRANCH=none TEST=fixed a compilation issue with coreboot Signed-off-by: David Hendricks Change-Id: I83e2b761d2d8e0d4899c9bdebf40190f1444cd8a Reviewed-on: https://chromium-review.googlesource.com/199840 Reviewed-by: Bill Richardson Reviewed-by: Randall Spangler Reviewed-by: Hung-Te Lin Tested-by: David Hendricks Commit-Queue: David Hendricks --- firmware/include/vboot_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h index 1561defe..bb29bcf7 100644 --- a/firmware/include/vboot_api.h +++ b/firmware/include/vboot_api.h @@ -22,6 +22,7 @@ #ifndef VBOOT_REFERENCE_VBOOT_API_H_ #define VBOOT_REFERENCE_VBOOT_API_H_ #include +#include /*****************************************************************************/ /* Error codes */ -- cgit v1.2.1