diff options
author | John Gilmore <gnu@cygnus> | 1991-05-29 02:44:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-29 02:44:10 +0000 |
commit | 359f1dee91d2933b8b138fe41defd1e0997ca0c7 (patch) | |
tree | a0e51865d66466ad807ea4edcb6447815eb99e77 /bfd/aoutf1.h | |
parent | 8c1891af6568e92c76795c2cd9eb63f4bb911a7b (diff) | |
download | gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.zip gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.gz gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.bz2 |
Rename liba.out.h to libaout.h for brain death file systems. Change callers.
Diffstat (limited to 'bfd/aoutf1.h')
-rw-r--r-- | bfd/aoutf1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutf1.h b/bfd/aoutf1.h index 6279761..ad3c12d 100644 --- a/bfd/aoutf1.h +++ b/bfd/aoutf1.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ struct external_exec; #include <a.out.sun4.h> #include "bfd.h" -#include "liba.out.h" +#include "libaout.h" #include "libbfd.h" |