* objdump.c: Include sys/stat.h.
This commit is contained in:
parent
c48aaca0ba
commit
b1364e8f1b
2 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue