* objdump.c: Include sys/stat.h.
[binutils-gdb.git] / binutils / objdump.c
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"