From 7a880d9352575c70bae6fb246436c513ff5fe418 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sun, 4 Sep 2011 08:41:15 +0000 Subject: ppc: move ADB stuff from ppc_mac.h to adb.h Allow to use ADB in non-ppc macintosh Signed-off-by: Laurent Vivier Signed-off-by: Alexander Graf --- hw/cuda.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/cuda.c') diff --git a/hw/cuda.c b/hw/cuda.c index 5c92d81..6f05975 100644 --- a/hw/cuda.c +++ b/hw/cuda.c @@ -24,6 +24,7 @@ */ #include "hw.h" #include "ppc_mac.h" +#include "adb.h" #include "qemu-timer.h" #include "sysemu.h" -- cgit v1.1