openbsd-ports/emulators/qemu/patches/patch-dis-asm_h
todd 5ba4e4fd59 update to 0.9.0, thanks to all who gave feedback
see http://qemu.org/changelog.html for details
new in OpenBSD, support for raw block devices
2007-05-01 12:55:13 +00:00

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;