From f82a1ec3ed061c892dd1f11fc09bf14290334234 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 6 Feb 2007 04:47:44 +0000 Subject: [PATCH] 2007-02-05 Roland McGrath * ar.c: Include , since we use LONG_MAX. --- config/elfutils.spec.in | 2 +- src/ChangeLog | 4 ++++ src/ar.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index a6b198165..f3e882288 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -1,5 +1,5 @@ # -*- rpm-spec-*- -Summary: A collection of utilities and DSOs to handle compiled objects +Summary: A collection of utilities and DSOs to handle compiled objects. Name: elfutils Version: @PACKAGE_VERSION@ Release: 1 diff --git a/src/ChangeLog b/src/ChangeLog index 9a3b2eea0..26920df15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-02-05 Roland McGrath + + * ar.c: Include , since we use LONG_MAX. + 2007-02-05 Ulrich Drepper * ar.r: Add ugly hack to work around gcc complaining that we diff --git a/src/ar.c b/src/ar.c index 37fa3e03e..92487ac8a 100644 --- a/src/ar.c +++ b/src/ar.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include -- 2.47.2