summaryrefslogtreecommitdiff
path: root/src/arch/x86/cpuid.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/cpuid.hh')
-rw-r--r--src/arch/x86/cpuid.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/cpuid.hh b/src/arch/x86/cpuid.hh
index 5cb4c7972..d8b013ba1 100644
--- a/src/arch/x86/cpuid.hh
+++ b/src/arch/x86/cpuid.hh
@@ -31,7 +31,7 @@
#ifndef __ARCH_X86_CPUID_HH__
#define __ARCH_X86_CPUID_HH__
-#include <inttypes.h>
+#include "base/types.hh"
class ThreadContext;