From 7dc3ab91259b96e87f7dbc423b9d5aeaf4e447ed Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 22 Dec 2022 19:11:04 -0500 Subject: sim: m32r: include sim-hw.h for sim_hw_parse --- sim/m32r/sim-if.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/m32r/sim-if.c b/sim/m32r/sim-if.c index 401d102..49e3695 100644 --- a/sim/m32r/sim-if.c +++ b/sim/m32r/sim-if.c @@ -25,6 +25,7 @@ #include "sim/callback.h" #include "sim-main.h" +#include "sim-hw.h" #include "sim-options.h" #include "libiberty.h" #include "bfd.h" -- cgit v1.1