From e33aed62863e89e9fdb4804df0c0fd193d700e1d Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 19 Jun 2007 21:08:17 +0000 Subject: [PATCH] * objdump.c: Include sys/stat.h. --- binutils/ChangeLog | 4 ++++ binutils/objdump.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c210ccc956..41b184d5b8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-06-19 Danny Smith + + * objdump.c: Include sys/stat.h. + 2007-06-19 Kai Tietz * Makefile.am: Add windmc tool. diff --git a/binutils/objdump.c b/binutils/objdump.c index e9fee6ee87..38e7c02898 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -65,6 +65,8 @@ #include #endif +#include + /* Internal headers for the ELF .stab-dump code - sorry. */ #define BYTES_IN_WORD 32 #include "aout/aout64.h" -- 2.11.0