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

@@ -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,