From ce0be4070f04ff8295a3cb58e352f759ce8ae70d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jan 2021 02:43:54 -0500 Subject: sim: common: add missing stdlib.h for abort() --- sim/common/sim-abort.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/common/sim-abort.c') diff --git a/sim/common/sim-abort.c b/sim/common/sim-abort.c index ef4fea1..bf05504 100644 --- a/sim/common/sim-abort.c +++ b/sim/common/sim-abort.c @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include +#include #include "sim-main.h" #include "sim-assert.h" -- cgit v1.1