From: Alan Modra Date: Thu, 30 Mar 2000 23:37:22 +0000 (+0000) Subject: Include sys/types.h before sys/stat.h for ultrix. X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00ed88bd5645e6552c8cafd5b732858be516b4f7;p=external%2Fbinutils.git Include sys/types.h before sys/stat.h for ultrix. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 304745e..f89a4e8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-03-31 John David Anglin + + * readelf.c: Include sys/types.h before sys/stat.h for ultrix. + 2000-03-27 Nick Clifton * rddbg.c (read_section_stabs_debugging_info): Catch out of range diff --git a/binutils/readelf.c b/binutils/readelf.c index 6b49356..cd1e127 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -23,6 +23,7 @@ #include +#include #include #include #include