obj-coffbfd.c: include libcoff.h

This commit is contained in:
Ken Raeburn 1992-12-08 08:48:16 +00:00
parent db33220fbd
commit 30d9fb5730

View File

@ -41,6 +41,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "subsegs.h"
#include "frags.h"
#include "../bfd/libbfd.h"
#include "../bfd/libcoff.h"
#define MIN(a,b) ((a) < (b)? (a) : (b))