summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-07-12 20:21:27 +0000
committerMike Frysinger <vapier@gentoo.org>2011-07-12 20:21:27 +0000
commit5fa49ba4e80d342b0e2b7e7322947c7da45524e0 (patch)
tree12e667b4d8421be96562a7c27dc5c3322f702114 /sim
parentb3c716393afae25cecbd588547b1d8efd6289433 (diff)
downloadgdb-5fa49ba4e80d342b0e2b7e7322947c7da45524e0.tar.gz
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>
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/sim-command.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 83f9951e255..149a329da07 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,9 @@
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.
2011-07-12 Mike Frysinger <vapier@gentoo.org>
diff --git a/sim/common/sim-command.c b/sim/common/sim-command.c
index b6d0a19f09b..a6d6b974372 100644
--- a/sim/common/sim-command.c
+++ b/sim/common/sim-command.c
@@ -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