From b1364e8f1b4ad5e0f2e5cf2025b567f372e480cf Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 19 Jun 2007 21:08:17 +0000 Subject: [PATCH 1/1] * 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 c210ccc9561..41b184d5b8b 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 e9fee6ee87e..38e7c028985 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.30.2