5ba4e4fd59
see http://qemu.org/changelog.html for details new in OpenBSD, support for raw block devices
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
$OpenBSD: patch-dis-asm_h,v 1.2 2007/05/01 12:55:14 todd Exp $
|
|
--- dis-asm.h.orig Mon Feb 5 17:01:54 2007
|
|
+++ dis-asm.h Sat Mar 10 16:39:39 2007
|
|
@@ -13,6 +13,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <inttypes.h>
|
|
+#include "config.h"
|
|
|
|
#define PARAMS(x) x
|
|
typedef void *PTR;
|