sim: include sim-options.h for command prototype
authorMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 20:21:28 +0000 (20:21 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 20:21:28 +0000 (20:21 +0000)
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>
sim/common/ChangeLog
sim/common/sim-command.c

index 83f9951..149a329 100644 (file)
@@ -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>
index b6d0a19..a6d6b97 100644 (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