From: aurel32 Date: Tue, 3 Feb 2009 19:55:35 +0000 (+0000) Subject: SH4: Fix warning when compiling sh7750_regnames.c X-Git-Tag: xen-3.4.0-rc2~69^2~15 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ea0444b5760df265884c735d27e017be4cf9e76b;p=qemu-xen-4.0-testing.git SH4: Fix warning when compiling sh7750_regnames.c This patch fixes a warning when compiling sh7750_regnames.c which is caused by sh7750_regnames.h (which contains the prototype of regname()) not being included. Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6504 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/sh7750_regnames.c b/hw/sh7750_regnames.c index 51283c9d..3ee5c7f1 100644 --- a/hw/sh7750_regnames.c +++ b/hw/sh7750_regnames.c @@ -1,6 +1,7 @@ #include "hw.h" #include "sh.h" #include "sh7750_regs.h" +#include "sh7750_regnames.h" #define REGNAME(r) {r, #r},