From accc6a5e046b66c84b01556e93a71800afe8ea68 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 17 Apr 2012 15:35:00 -0700 Subject: Include stdint.h in libpayload's rdtsc.h. This file uses uint*_t types but hadn't included stdint.h itself. Change-Id: Ib883f62951bae1ece5134c6bd0f4799a80740e8e Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/1720 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- payloads/libpayload/include/i386/arch/rdtsc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'payloads/libpayload/include') diff --git a/payloads/libpayload/include/i386/arch/rdtsc.h b/payloads/libpayload/include/i386/arch/rdtsc.h index 52f8c9c83c..ef23e0e247 100644 --- a/payloads/libpayload/include/i386/arch/rdtsc.h +++ b/payloads/libpayload/include/i386/arch/rdtsc.h @@ -30,6 +30,8 @@ #ifndef _ARCH_RDTSC_H #define _ARCH_RDTSC_H +#include + static u64 rdtsc(void) { u64 val; -- cgit v1.2.3