aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/m68kcoff.em
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-07 14:07:33 +0000
committerNick Clifton <nickc@redhat.com>2005-04-07 14:07:33 +0000
commit187ffe9590bfee202e21eb905bdd245df544a323 (patch)
treef9f0540625b6e3158985eefa217538dd69487f50 /ld/emultempl/m68kcoff.em
parentdbbaec2634e74fc0a118c81e270c5de53685ab2c (diff)
downloadfsf-binutils-gdb-187ffe9590bfee202e21eb905bdd245df544a323.zip
fsf-binutils-gdb-187ffe9590bfee202e21eb905bdd245df544a323.tar.gz
fsf-binutils-gdb-187ffe9590bfee202e21eb905bdd245df544a323.tar.bz2
Include ldexp.h and ldlang.h so that ldfile.h can use the lang_input_statement
type.
Diffstat (limited to 'ld/emultempl/m68kcoff.em')
-rw-r--r--ld/emultempl/m68kcoff.em2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/m68kcoff.em b/ld/emultempl/m68kcoff.em
index 162dcf7..ba251c1 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"