From 843bf75416dd11d91a5d617f7a49f6e9e5025b42 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 4 Dec 2021 21:09:23 -0500 Subject: sim: include ansidecl.h when needed 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-syscall.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sim/common/sim-syscall.c') diff --git a/sim/common/sim-syscall.c b/sim/common/sim-syscall.c index 1e83db2ae8..26f57f431b 100644 --- a/sim/common/sim-syscall.c +++ b/sim/common/sim-syscall.c @@ -22,6 +22,8 @@ #include +#include "ansidecl.h" + #include "sim-main.h" #include "sim-syscall.h" #include "sim/callback.h" -- cgit v1.2.3