From 3d294a1c033162cad664adcf3e4d3bc8d5cad0cd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Jan 2010 10:33:32 +0100 Subject: [PATCH] cpu_x86_data.h: include required header * src/cpu/cpu_x86_data.h: Include . --- src/cpu/cpu_x86_data.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cpu/cpu_x86_data.h b/src/cpu/cpu_x86_data.h index 8b09d239f5..25ee2a59f0 100644 --- a/src/cpu/cpu_x86_data.h +++ b/src/cpu/cpu_x86_data.h @@ -1,7 +1,7 @@ /* * cpu_x86_data.h: x86 specific CPU data * - * Copyright (C) 2009 Red Hat, Inc. + * Copyright (C) 2009-2010 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -24,6 +24,8 @@ #ifndef __VIR_CPU_X86_DATA_H__ #define __VIR_CPU_X86_DATA_H__ +#include + struct cpuX86cpuid { uint32_t function; uint32_t eax; -- GitLab