]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-signal.c
sim: split sim-signal.h include out
[thirdparty/binutils-gdb.git] / sim / common / sim-signal.c
index f9fef4c24c64bf61a0ac901cf970ff6ae26bf4e9..d5186043824066c5f1b38552a425cc1d73306645 100644 (file)
@@ -22,6 +22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include "sim-main.h"
+#include "sim-signal.h"
 
 /* Convert SIM_SIGFOO to SIGFOO.
    What to do when the host doesn't have SIGFOO is handled on a case by case