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/hw-events.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/common/hw-events.c') diff --git a/sim/common/hw-events.c b/sim/common/hw-events.c index 301f868..3337416 100644 --- a/sim/common/hw-events.c +++ b/sim/common/hw-events.c @@ -20,6 +20,7 @@ along with this program. If not, see . */ /* This must come before any other includes. */ #include "defs.h" +#include #include #include "hw-main.h" -- cgit v1.1