2feda3c1f5
o see http://qemu.org/changelog.html for details o see README.OpenBSD for an intro to qemu on OpenBSD o disable broken arm host support for now
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
$OpenBSD: patch-osdep_h,v 1.4 2008/04/28 22:52:38 todd Exp $
|
|
--- osdep.h.orig Sun Jan 6 14:38:42 2008
|
|
+++ osdep.h Tue Apr 1 01:33:39 2008
|
|
@@ -2,6 +2,10 @@
|
|
#define QEMU_OSDEP_H
|
|
|
|
#include <stdarg.h>
|
|
+#ifdef __OpenBSD__
|
|
+#include <sys/types.h>
|
|
+#include <sys/signal.h>
|
|
+#endif
|
|
|
|
#ifndef glue
|
|
#define xglue(x, y) x ## y
|