ldfile.h now needs to be included before ldemul.h.

This commit is contained in:
tv 2001-08-06 20:05:48 +00:00
parent bae83eee9b
commit 8066c02b8c
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "ld.h"
#include "ldmain.h"
#include "ldemul.h"
#include "ldfile.h"
#include "ldemul.h"
#include "ldmisc.h"
#include "ldexp.h"
#include "ldlang.h"