OSDN Git Service

* objdump.c: Include sys/stat.h.
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 19 Jun 2007 21:08:17 +0000 (21:08 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 19 Jun 2007 21:08:17 +0000 (21:08 +0000)
binutils/ChangeLog
binutils/objdump.c

index c210ccc..41b184d 100644 (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.
index e9fee6e..38e7c02 100644 (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"