mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* objdump.c: Include sys/stat.h.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* objdump.c: Include sys/stat.h.
|
||||
|
||||
2007-06-19 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* Makefile.am: Add windmc tool.
|
||||
|
@ -65,6 +65,8 @@
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
/* Internal headers for the ELF .stab-dump code - sorry. */
|
||||
#define BYTES_IN_WORD 32
|
||||
#include "aout/aout64.h"
|
||||
|
Reference in New Issue
Block a user