Include ldexp.h and ldlang.h so that ldfile.h can use the lang_input_statement
authorNick Clifton <nickc@redhat.com>
Thu, 7 Apr 2005 14:07:33 +0000 (14:07 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Apr 2005 14:07:33 +0000 (14:07 +0000)
type.

ld/ChangeLog
ld/emultempl/m68kcoff.em

index 7ffd2beaa38b216808d40da508704e4bac27e998..61afd9a6e23f9928d4f72f0bf566118149619709 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-07  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <jakub@redhat.com>
 
        * ldlang.c: Formatting.
index 162dcf7ed7ad8a67f675b0a59ed094fd015b72a1..ba251c12891e2164a68efebd574c6a8d34925179 100644 (file)
@@ -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"