diff options
author | Jeff Law <law@redhat.com> | 1994-03-02 23:04:29 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-03-02 23:04:29 +0000 |
commit | 4e64845ca5e5c23afd925cd780aa08884714cda9 (patch) | |
tree | b7372d5f02be00dd18db3ec7a905a1408d49a25a /bfd/som.h | |
parent | 74a88e8b27dbd777b7634882dc3732f9061da2e6 (diff) | |
download | gdb-4e64845ca5e5c23afd925cd780aa08884714cda9.zip gdb-4e64845ca5e5c23afd925cd780aa08884714cda9.tar.gz gdb-4e64845ca5e5c23afd925cd780aa08884714cda9.tar.bz2 |
* som.[ch]: Do not include libhppa.h in som.c, instead include
it in som.h.
* elf32-hppa.[ch]: Do not include libhppa.h in elf32-hppa.c, instead
include it in elf32-hppa.h.
Diffstat (limited to 'bfd/som.h')
-rw-r--r-- | bfd/som.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #define _SOM_H #include "../bfd/sysdep.h" +#include "libhppa.h" #include <a.out.h> #include <lst.h> |