mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
obj-coffbfd.c: include libcoff.h
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user