OSDN Git Service

sim-model.c: Include sim-model.h
authorvapier <vapier>
Fri, 5 Feb 2010 07:52:42 +0000 (07:52 +0000)
committervapier <vapier>
Fri, 5 Feb 2010 07:52:42 +0000 (07:52 +0000)
sim/common/ChangeLog
sim/common/sim-model.c

index 95d264f..6494f3c 100644 (file)
@@ -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.
 
index e40d5e1..06fa931 100644 (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"