From 406a59bd0a2e7a38cd840a5c08602e3a36bd2df8 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 12 May 2011 10:26:09 +0200 Subject: trace.h: rename to trace-android.h This is done to allow for future integration of the upstream auto-generated "trace.h" header file. Change-Id: I9d1bba3320d9e8acfd7359540d3ed6695773061e --- vl-android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vl-android.c') diff --git a/vl-android.c b/vl-android.c index 374488a..8436d68 100644 --- a/vl-android.c +++ b/vl-android.c @@ -224,7 +224,7 @@ extern void android_emulator_set_base_port(int port); #include "disas.h" #ifdef CONFIG_TRACE -#include "trace.h" +#include "android-trace.h" #endif #include "qemu_socket.h" -- cgit v1.1