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-tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/common/hw-tree.c') diff --git a/sim/common/hw-tree.c b/sim/common/hw-tree.c index 2e441ce..c5fa1bc 100644 --- a/sim/common/hw-tree.c +++ b/sim/common/hw-tree.c @@ -23,6 +23,7 @@ #include "defs.h" #include +#include #include #include -- cgit v1.1