mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
cpu_x86_data.h: include required header
* src/cpu/cpu_x86_data.h: Include <stdint.h>.
This commit is contained in:
parent
30a9329ab1
commit
3d294a1c03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user