Commit 4e47ea670249e3655092252ff518196b9443046d

Authored by aurel32
1 parent e571cb47

target-ppc: Include gdbstub.h

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6422 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
target-ppc/translate_init.c
... ... @@ -25,6 +25,7 @@
25 25  
26 26 #include "dis-asm.h"
27 27 #include "host-utils.h"
  28 +#include "gdbstub.h"
28 29  
29 30 //#define PPC_DUMP_CPU
30 31 //#define PPC_DEBUG_SPR
... ...