aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-events.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-09 02:43:54 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-09 02:45:14 -0500
commitce0be4070f04ff8295a3cb58e352f759ce8ae70d (patch)
tree89d2cda550d5a192fe71ddbf5c4bd756836fcc11 /sim/common/hw-events.c
parentba9e922fa0dfbd7957ef939da3a6b0dbbbaa03cd (diff)
downloadgdb-ce0be4070f04ff8295a3cb58e352f759ce8ae70d.zip
gdb-ce0be4070f04ff8295a3cb58e352f759ce8ae70d.tar.gz
gdb-ce0be4070f04ff8295a3cb58e352f759ce8ae70d.tar.bz2
sim: common: add missing stdlib.h for abort()
Diffstat (limited to 'sim/common/hw-events.c')
-rw-r--r--sim/common/hw-events.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/hw-events.c b/sim/common/hw-events.c
index 1102420..917d7bd 100644
--- a/sim/common/hw-events.c
+++ b/sim/common/hw-events.c
@@ -187,6 +187,7 @@ hw_event_remain_time (struct hw *me, struct hw_event *event)
#include "sim-main.h"
#include <string.h>
#include <stdio.h>
+#include <stdlib.h>
static void
test_handler (struct hw *me,