Include coff-m88k.h rather than m88kbcs.h
This commit is contained in:
parent
887b336397
commit
557f4de774
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#if defined (TDESC)
|
||||
/* Need to get C_VERSION and friends. FIXME, should be in internalcoff.h */
|
||||
#include "m88k-bcs.h"
|
||||
#include "coff-m88k.h"
|
||||
#endif /* not TDESC */
|
||||
|
||||
#include <obstack.h>
|
||||
|
|
Loading…
Reference in a new issue