From 187ffe9590bfee202e21eb905bdd245df544a323 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 7 Apr 2005 14:07:33 +0000 Subject: [PATCH] Include ldexp.h and ldlang.h so that ldfile.h can use the lang_input_statement type. --- ld/ChangeLog | 5 +++++ ld/emultempl/m68kcoff.em | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 7ffd2be..61afd9a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-04-07 Nick Clifton + + * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that + ldfile.h can use the lang_input_statement type. + 2005-04-06 Jakub Jelinek * ldlang.c: Formatting. 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" -- 2.7.4