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 | a7b58cf5d78f142dfdbf885b83fa75aa54b875fa (patch) | |
tree | 7da67b56631121806403ca8096f002bba4216dd4 /sim/ppc | |
parent | c08e2a1729447f40a3ee1b5c464cd60ac0909665 (diff) | |
download | gdb-a7b58cf5d78f142dfdbf885b83fa75aa54b875fa.tar.gz |
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/ppc')
-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 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 |