* config/mips/tm-mips.h: Include bfd.h before coff/sym.h.

This commit is contained in:
Ian Lance Taylor 1993-08-04 01:35:35 +00:00
parent ad6feb0847
commit 05e9e18869
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Aug 3 18:34:14 1993 Ian Lance Taylor (ian@cygnus.com)
* config/mips/tm-mips.h: Include bfd.h before coff/sym.h.
Tue Aug 3 15:34:57 1993 Fred Fish (fnf@cygnus.com)
* Makefile.in (ALLCONFIG): Add config/i386/i386nw.mt,

View File

@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <bfd.h>
#include "coff/sym.h" /* Needed for PDR below. */
#include "coff/symconst.h"