From: Mike Frysinger Date: Fri, 23 Dec 2022 00:11:04 +0000 (-0500) Subject: sim: m32r: include sim-hw.h for sim_hw_parse X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7dc3ab91259b96e87f7dbc423b9d5aeaf4e447ed;p=binutils-gdb.git sim: m32r: include sim-hw.h for sim_hw_parse --- diff --git a/sim/m32r/sim-if.c b/sim/m32r/sim-if.c index 401d1020d70..49e36958ebf 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"