From 33bbd5e8dd0d0967da4a86007ef1e8d268367492 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 4 Dec 2021 21:06:54 -0500 Subject: sim: include stdint.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-io.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/common/sim-io.h') diff --git a/sim/common/sim-io.h b/sim/common/sim-io.h index c88adcd..2fc22f3 100644 --- a/sim/common/sim-io.h +++ b/sim/common/sim-io.h @@ -24,6 +24,7 @@ #define SIM_IO_H #include +#include #include #include -- cgit v1.1