From: Jim Meyering Date: Fri, 15 Jan 2010 09:33:32 +0000 (+0100) Subject: cpu_x86_data.h: include required header X-Git-Tag: v0.7.6~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d294a1c033162cad664adcf3e4d3bc8d5cad0cd;p=thirdparty%2Flibvirt.git cpu_x86_data.h: include required header * src/cpu/cpu_x86_data.h: Include . --- 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;