sim: common: add missing stdlib.h for abort()

This commit is contained in:
Mike Frysinger
2021-01-09 02:43:54 -05:00
parent ba9e922fa0
commit ce0be4070f
5 changed files with 9 additions and 0 deletions

View File

@@ -18,6 +18,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 <stdlib.h>
#include "cgen-mem.h"
#include "cgen-par.h"