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/elf32-hppa.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/elf32-hppa.h')
-rw-r--r-- | bfd/elf32-hppa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index eb8c8bd..af264c0 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -32,6 +32,7 @@ #define _ELF32_HPPA_H #include "libelf.h" +#include "libhppa.h" /* ELF/HPPA relocation types */ |