diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-04 22:52:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-02-04 22:52:42 +0000 |
commit | fd87baa91eea302a5cf8230e51b8b173235ec727 (patch) | |
tree | ab1dae18fc384ba4b1e034d7c9f994581d6899e8 /sim/common/sim-model.c | |
parent | 294bcb78fe70e9768b09b9b70f2476bdb8f51ef3 (diff) | |
download | gdb-fd87baa91eea302a5cf8230e51b8b173235ec727.zip gdb-fd87baa91eea302a5cf8230e51b8b173235ec727.tar.gz gdb-fd87baa91eea302a5cf8230e51b8b173235ec727.tar.bz2 |
sim-model.c: Include sim-model.h
Diffstat (limited to 'sim/common/sim-model.c')
-rw-r--r-- | sim/common/sim-model.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |