Thanks, applied. On Mon, Nov 15, 2010 at 6:58 PM, Stefan Weil <w...@mail.berlios.de> wrote: > This change was missing in commit > 9a78eead0c74333a394c0f7bbfc4423ac746fcd5. > > Cc: Blue Swirl <blauwir...@gmail.com> > Signed-off-by: Stefan Weil <w...@mail.berlios.de> > --- > target-sparc/cpu.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h > index 7e0d17c..eb5d9c1 100644 > --- a/target-sparc/cpu.h > +++ b/target-sparc/cpu.h > @@ -2,6 +2,7 @@ > #define CPU_SPARC_H > > #include "config.h" > +#include "qemu-common.h" > > #if !defined(TARGET_SPARC64) > #define TARGET_LONG_BITS 32 > @@ -442,8 +443,7 @@ typedef struct CPUSPARCState { > /* helper.c */ > CPUSPARCState *cpu_sparc_init(const char *cpu_model); > void cpu_sparc_set_id(CPUSPARCState *env, unsigned int cpu); > -void sparc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, > - ...)); > +void sparc_cpu_list(FILE *f, fprintf_function cpu_fprintf); > void cpu_lock(void); > void cpu_unlock(void); > int cpu_sparc_handle_mmu_fault(CPUSPARCState *env1, target_ulong address, > int rw, > -- > 1.7.2.3 > >