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 83f9951e25560e844954eb990131178fac842aee..149a329da07845488b2b22879c3e097c3ccb88b4 100644 (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.
index b6d0a19f09b80574e689d9c9dc44cb02eb85e1bf..a6d6b974372376ccf1455d22ad826f372776c482 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
This page took 0.029935 seconds and 4 git commands to generate.