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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00ed88bd5645e6552c8cafd5b732858be516b4f7;p=binutils-gdb.git Include sys/types.h before sys/stat.h for ultrix. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 304745e6fab..f89a4e8c5e9 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 6b4935680a6..cd1e127dcb5 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -23,6 +23,7 @@ #include +#include #include #include #include