From: Mike Frysinger Date: Tue, 12 Jul 2011 20:21:28 +0000 (+0000) Subject: sim: include sim-options.h for command prototype X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=10915d9a18d105de7a923061b07a2d932d64ae48;hp=63042524903cded67585ff044537ac7f3ed8deb7;p=deliverable%2Fbinutils-gdb.git sim: include sim-options.h for command prototype The sim_args_command prototype is in sim-options.h, so pull it in directly rather than assuming a common header does it. Signed-off-by: Mike Frysinger --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 83f9951e25..149a329da0 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2011-07-12 Mike Frysinger + + * sim-command.c: Include sim-options.h. + 2011-07-12 Mike Frysinger * aclocal.m4: Move sinclude comment after AC_INIT comment. diff --git a/sim/common/sim-command.c b/sim/common/sim-command.c index b6d0a19f09..a6d6b97437 100644 --- a/sim/common/sim-command.c +++ b/sim/common/sim-command.c @@ -19,6 +19,7 @@ along with this program. If not, see . */ #include "sim-main.h" +#include "sim-options.h" #include "sim-utils.h" /* Generic implementation of sim_do_command that works with simulators