From 00ed88bd5645e6552c8cafd5b732858be516b4f7 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 30 Mar 2000 23:37:22 +0000 Subject: [PATCH] Include sys/types.h before sys/stat.h for ultrix. --- binutils/ChangeLog | 4 ++++ binutils/readelf.c | 1 + 2 files changed, 5 insertions(+) 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 -- 2.30.2