diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-15 22:08:53 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-15 22:08:53 +0000 |
commit | 223e83068b30d608defebaea8dcadc98040a260a (patch) | |
tree | 379848e1dfb6fc64b3ce9fd8f2372841e5bff93c /bfd | |
parent | 2f19e36d97a400c2f24ba7aa227b03a894735f96 (diff) | |
download | gdb-223e83068b30d608defebaea8dcadc98040a260a.zip gdb-223e83068b30d608defebaea8dcadc98040a260a.tar.gz gdb-223e83068b30d608defebaea8dcadc98040a260a.tar.bz2 |
* hosts/mpw.h: Include spin.h.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog.mpw | 4 | ||||
-rw-r--r-- | bfd/hosts/mpw.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog.mpw b/bfd/ChangeLog.mpw index 18c9679..0824fbc 100644 --- a/bfd/ChangeLog.mpw +++ b/bfd/ChangeLog.mpw @@ -1,3 +1,7 @@ +Thu Dec 15 14:07:16 1994 Stan Shebs <shebs@andros.cygnus.com> + + * hosts/mpw.h: Include spin.h. + Mon Dec 12 19:29:34 1994 Stan Shebs <shebs@andros.cygnus.com> * mpw-config.in: Edit the BFD version into bfd.h. diff --git a/bfd/hosts/mpw.h b/bfd/hosts/mpw.h index f7c96ed..b78338a 100644 --- a/bfd/hosts/mpw.h +++ b/bfd/hosts/mpw.h @@ -53,6 +53,8 @@ #include <stddef.h> +#include <spin.h> + #ifdef MPW_C #undef __PTR_TO_INT |