diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-07 14:07:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-07 14:07:33 +0000 |
commit | 225731ea8bf86bdd38caf769cc1ac0d3eb765cc1 (patch) | |
tree | 5a84a41d55574dd21aa23ea5c59dcb911f702e83 /ld/emultempl | |
parent | 9f567c8d54c179aff5101cd604d1d0ca0a3caedc (diff) | |
download | binutils-redhat-225731ea8bf86bdd38caf769cc1ac0d3eb765cc1.tar.gz |
Include ldexp.h and ldlang.h so that ldfile.h can use the lang_input_statement
type.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/m68kcoff.em | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/m68kcoff.em b/ld/emultempl/m68kcoff.em index 162dcf7ed7..ba251c1289 100644 --- a/ld/emultempl/m68kcoff.em +++ b/ld/emultempl/m68kcoff.em @@ -33,6 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ld.h" #include "ldmain.h" +#include "ldexp.h" +#include "ldlang.h" #include "ldfile.h" #include "ldemul.h" #include "ldmisc.h" |