sim: add some stdlib.h includes
[deliverable/binutils-gdb.git] / sim / common / sim-engine.c
index f9961f8cfb762de188a28399f8222b73c82924af..d6e091de30e8f8fcc605b5d0f7d9fd12de4ab64a 100644 (file)
@@ -17,11 +17,12 @@ GNU General Public License for more details.
 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 <stdio.h>
-
 #include "sim-main.h"
 #include "sim-assert.h"
 
+#include <stdio.h>
+#include <stdlib.h>
+
 /* Get the run state.
    REASON/SIGRC are the values returned by sim_stop_reason.
    ??? Should each cpu have its own copy?  */
This page took 0.023469 seconds and 4 git commands to generate.