mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12: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>
|
2007-06-19 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
* Makefile.am: Add windmc tool.
|
* Makefile.am: Add windmc tool.
|
||||||
|
@ -65,6 +65,8 @@
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
/* Internal headers for the ELF .stab-dump code - sorry. */
|
/* Internal headers for the ELF .stab-dump code - sorry. */
|
||||||
#define BYTES_IN_WORD 32
|
#define BYTES_IN_WORD 32
|
||||||
#include "aout/aout64.h"
|
#include "aout/aout64.h"
|
||||||
|
Reference in New Issue
Block a user