diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-11-28 21:30:07 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-11-28 21:30:07 +0000 |
commit | 3a611ef503cf7c8f282904343fb638d40e8030de (patch) | |
tree | 03601de1e431d76b58c7f2c4255be20314277d92 /sim/ppc/psim.c | |
parent | aba6488e0b73756f31f154d12a228baa82a68d8a (diff) | |
download | gdb-3a611ef503cf7c8f282904343fb638d40e8030de.zip gdb-3a611ef503cf7c8f282904343fb638d40e8030de.tar.gz gdb-3a611ef503cf7c8f282904343fb638d40e8030de.tar.bz2 |
* psim.c: Include gdb/signals.h.
Diffstat (limited to 'sim/ppc/psim.c')
-rw-r--r-- | sim/ppc/psim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c index e2eac2a..be9d076 100644 --- a/sim/ppc/psim.c +++ b/sim/ppc/psim.c @@ -50,7 +50,7 @@ #include "bfd.h" #include "libiberty.h" - +#include "gdb/signals.h" /* system structure, actual size of processor array determined at runtime */ |