aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-02-04 22:52:42 +0000
committerMike Frysinger <vapier@gentoo.org>2010-02-04 22:52:42 +0000
commitfd87baa91eea302a5cf8230e51b8b173235ec727 (patch)
treeab1dae18fc384ba4b1e034d7c9f994581d6899e8 /sim
parent294bcb78fe70e9768b09b9b70f2476bdb8f51ef3 (diff)
downloadfsf-binutils-gdb-fd87baa91eea302a5cf8230e51b8b173235ec727.zip
fsf-binutils-gdb-fd87baa91eea302a5cf8230e51b8b173235ec727.tar.gz
fsf-binutils-gdb-fd87baa91eea302a5cf8230e51b8b173235ec727.tar.bz2
sim-model.c: Include sim-model.h
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/sim-model.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 95d264f..6494f3c 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,9 @@
2010-02-04 Mike Frysinger <vapier@gentoo.org>
+ * sim-model.c: Include sim-model.h
+
+2010-02-04 Mike Frysinger <vapier@gentoo.org>
+
* sim-base.h: Declare sim_state.cpu as a pointer in the comment. Drop
& from the STATE_CPU() examples.
diff --git a/sim/common/sim-model.c b/sim/common/sim-model.c
index e40d5e1..06fa931 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 <http://www.gnu.org/licenses/>. */
#include "sim-main.h"
+#include "sim-model.h"
#include "libiberty.h"
#include "sim-options.h"
#include "sim-io.h"