* 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 c210ccc9561e6605c02e42b859ea352d511d1714..41b184d5b8b7f8c26d7f274ac09eb7102e68adc3 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 e9fee6ee87e4d44b82e069460fe8ddecfc955e59..38e7c02898549b41b2f290b5bdfdc186cd503a5c 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"