From c55c7ff10012050c8d5e42a61bfbf490ef0000a0 Mon Sep 17 00:00:00 2001 From: Manoj Iyer Date: Wed, 20 Apr 2005 22:33:08 +0000 Subject: [PATCH] added missing header file #include "libiberty.h" to psim.c 2005-04-20 Manoj Iyer * psim.c: Added libiberty.h header file. --- sim/ppc/psim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c index c20effb6f59..a574fe77941 100644 --- a/sim/ppc/psim.c +++ b/sim/ppc/psim.c @@ -49,6 +49,7 @@ #include "bfd.h" +#include "libiberty.h" /* system structure, actual size of processor array determined at -- 2.30.2