From 2c29882f833f634d776b19fa15a1f1bad70bf447 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 4 Dec 2021 21:04:41 -0500 Subject: sim: include stdarg.h when used Avoid implicit include deps with this to help untangle sim headers so we can get rid of arch-specific sim-main.h. --- sim/common/sim-events.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/common/sim-events.h') diff --git a/sim/common/sim-events.h b/sim/common/sim-events.h index 3f1501e..3c30d64 100644 --- a/sim/common/sim-events.h +++ b/sim/common/sim-events.h @@ -23,6 +23,7 @@ #ifndef SIM_EVENTS_H #define SIM_EVENTS_H +#include /* Notes: -- cgit v1.1