* objdump.c: Include sys/stat.h.

This commit is contained in:
Danny Smith 2007-06-19 21:08:17 +00:00
parent c48aaca0ba
commit b1364e8f1b
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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"