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:
parent
6304252490
commit
10915d9a18
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user