diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-07 10:07:12 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-26 16:37:34 +0000 |
commit | 45d3205ba565ababcaf1e9e85a63dd7a0b1d72be (patch) | |
tree | 69fb098295fb88197d4f2ce77bfda3af1a957c9b /src/cpu/x86/tsc | |
parent | deb5645644edf8b8594f89acf4d33544a8ea6f44 (diff) |
cpu/x86: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I01c6651079333686cb0eb68e89e56d7907868124
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68204
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/cpu/x86/tsc')
-rw-r--r-- | src/cpu/x86/tsc/delay_tsc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/tsc/delay_tsc.c b/src/cpu/x86/tsc/delay_tsc.c index 9607c2c6eb..978a6ee8e9 100644 --- a/src/cpu/x86/tsc/delay_tsc.c +++ b/src/cpu/x86/tsc/delay_tsc.c @@ -3,6 +3,7 @@ #include <arch/cpu.h> #include <cpu/x86/tsc.h> #include <delay.h> +#include <stdint.h> #include <thread.h> void init_timer(void) |