From a86e81d472fd80dd5f33d36a02d41c14cb7eb1bd Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 27 Jan 2014 15:07:26 -0600 Subject: x86: include header to define types in use The tsc header is using u32 w/o including the file with defines it. Change-Id: I9fcad882d25e93b4c0032b32abd2432b0169a068 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/4843 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/include/cpu/x86/tsc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/include/cpu/x86/tsc.h b/src/include/cpu/x86/tsc.h index 66451ad711..7323599cce 100644 --- a/src/include/cpu/x86/tsc.h +++ b/src/include/cpu/x86/tsc.h @@ -1,6 +1,8 @@ #ifndef CPU_X86_TSC_H #define CPU_X86_TSC_H +#include + #if CONFIG_TSC_SYNC_MFENCE #define TSC_SYNC "mfence\n" #elif CONFIG_TSC_SYNC_LFENCE -- cgit v1.2.3