qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Compilation fix for OS X


From: Andreas Färber
Subject: [Qemu-devel] [PATCH] Compilation fix for OS X
Date: Mon, 24 Nov 2008 21:52:53 +0100

Hello,

The following patch is required to compile on Mac OS X v10.5. It resolves errors due to uint8_t and NICInfo in hw/usb.h.

Signed-off-by: Andreas Faerber <address@hidden>

Andreas

diff --git a/usb-stub.c b/usb-stub.c
index 29aee5d..7c281e9 100644
--- a/usb-stub.c
+++ b/usb-stub.c
@@ -30,6 +30,7 @@
  * THE SOFTWARE.
  */

+#include "qemu-common.h"
 #include "hw/usb.h"

 void usb_host_info(void)

Attachment: usb-stub.c-common.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]