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 <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-07-12 20:21:28 +00:00
parent 6304252490
commit 10915d9a18
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-07-12 Mike Frysinger <vapier@gentoo.org>
* sim-command.c: Include sim-options.h.
2011-07-12 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Move sinclude comment after AC_INIT comment.

View File

@ -19,6 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "sim-main.h"
#include "sim-options.h"
#include "sim-utils.h"
/* Generic implementation of sim_do_command that works with simulators