sim/mips/sim-main.c: Include <stdlib.h> (for abort() declaration)

sim/mips/ChangeLog:

	* sim-main.c: Include <stdlib.h>.
This commit is contained in:
Pavel I. Kryukov 2020-12-31 08:14:36 +04:00 committed by Joel Brobecker
parent 13840e34b2
commit 382bc56bc7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-12-31 Pavel I. Kryukov <kryukov@frtk.ru> (tiny change)
* sim-main.c: Include <stdlib.h>.
2020-12-14 Pavel I. Kryukov <kryukov@frtk.ru> (tiny change)
* cp1.c: Include <stdlib.h>.

View File

@ -22,6 +22,7 @@
#include "sim-main.h"
#include "sim-assert.h"
#include <stdlib.h>
/*---------------------------------------------------------------------------*/
/*-- simulator engine -------------------------------------------------------*/