diff options
author | Manoj Iyer <manjo@austin.ibm.com> | 2005-04-20 22:33:08 +0000 |
---|---|---|
committer | Manoj Iyer <manjo@austin.ibm.com> | 2005-04-20 22:33:08 +0000 |
commit | c55c7ff10012050c8d5e42a61bfbf490ef0000a0 (patch) | |
tree | d428a4a141d7fc86dfc773d3e0e62f0470b9c21c /sim | |
parent | f5e8ac0e516b445f90482637e60c3017b5160391 (diff) | |
download | binutils-c55c7ff10012050c8d5e42a61bfbf490ef0000a0.zip binutils-c55c7ff10012050c8d5e42a61bfbf490ef0000a0.tar.gz binutils-c55c7ff10012050c8d5e42a61bfbf490ef0000a0.tar.bz2 |
added missing header file #include "libiberty.h" to psim.c
2005-04-20 Manoj Iyer <manjo@austin.ibm.com>
* psim.c: Added libiberty.h header file.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/psim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c index c20effb..a574fe7 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 |