cpu_x86_data.h: include required header

* src/cpu/cpu_x86_data.h: Include <stdint.h>.
This commit is contained in:
Jim Meyering 2010-01-15 10:33:32 +01:00
parent 30a9329ab1
commit 3d294a1c03

View File

@ -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 <stdint.h>
struct cpuX86cpuid {
uint32_t function;
uint32_t eax;