]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_x86_data.h: include required header
authorJim Meyering <meyering@redhat.com>
Fri, 15 Jan 2010 09:33:32 +0000 (10:33 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 18 Jan 2010 08:50:08 +0000 (09:50 +0100)
* src/cpu/cpu_x86_data.h: Include <stdint.h>.

src/cpu/cpu_x86_data.h

index 8b09d239f5e22e5dd4b3fffe4211462e5771974b..25ee2a59f04a03afc77be2f823dced01ff7c36da 100644 (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;