sim-model.c: Include sim-model.h

This commit is contained in:
Mike Frysinger
2010-02-04 22:52:42 +00:00
parent 294bcb78fe
commit fd87baa91e
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
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

View File

@@ -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"