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/trad-core.c | |
parent | 8c1891af6568e92c76795c2cd9eb63f4bb911a7b (diff) | |
download | binutils-359f1dee91d2933b8b138fe41defd1e0997ca0c7.zip binutils-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.gz binutils-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.bz2 |
Rename liba.out.h to libaout.h for brain death file systems. Change callers.
Diffstat (limited to 'bfd/trad-core.c')
-rw-r--r-- | bfd/trad-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/trad-core.c b/bfd/trad-core.c index 2d5155f..a9a1906 100644 --- a/bfd/trad-core.c +++ b/bfd/trad-core.c @@ -8,7 +8,7 @@ #include <stdio.h> #include "libbfd.h" -#include "liba.out.h" /* BFD a.out internal data structures */ +#include "libaout.h" /* BFD a.out internal data structures */ #include <sys/types.h> #include <sys/param.h> |