blob: 0279eb04d8898c06f27ca5552f0add0377caba27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-bv,v 1.1.1.1 2007/06/14 19:42:12 bouyer Exp $
--- libxc/xenctrl.h.orig 2007-01-08 16:00:49.000000000 +0100
+++ libxc/xenctrl.h 2007-04-26 21:40:23.000000000 +0200
@@ -16,6 +16,9 @@
#include <stddef.h>
#include <stdint.h>
+#undef uint8_t
+#undef uint16_t
+#undef uint32_t
#include <xen/xen.h>
#include <xen/domctl.h>
#include <xen/sysctl.h>
|