From: Mike Frysinger Date: Thu, 4 Feb 2010 22:52:42 +0000 (+0000) Subject: sim-model.c: Include sim-model.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd87baa91eea302a5cf8230e51b8b173235ec727;p=binutils-gdb.git sim-model.c: Include sim-model.h --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 95d264fd91b..6494f3cff81 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2010-02-04 Mike Frysinger + + * sim-model.c: Include sim-model.h + 2010-02-04 Mike Frysinger * sim-base.h: Declare sim_state.cpu as a pointer in the comment. Drop diff --git a/sim/common/sim-model.c b/sim/common/sim-model.c index e40d5e160cf..06fa93195e8 100644 --- a/sim/common/sim-model.c +++ b/sim/common/sim-model.c @@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include "sim-main.h" +#include "sim-model.h" #include "libiberty.h" #include "sim-options.h" #include "sim-io.h"