提交 3d294a1c 编写于 作者: J Jim Meyering

cpu_x86_data.h: include required header

* src/cpu/cpu_x86_data.h: Include <stdint.h>.
上级 30a9329a
/*
* 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册