Include coff-m88k.h rather than m88kbcs.h

This commit is contained in:
Steve Chamberlain 1991-11-08 02:17:43 +00:00
parent 887b336397
commit 557f4de774

View file

@ -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>