From: Jeremy Olexa Date: Tue, 6 Jan 2009 20:25:54 +0000 (+0100) Subject: getloadavg: avoid compile failure on AIX 6.1 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4871c025a8258265448f7732bdcc0c96ecf6380;p=pspp getloadavg: avoid compile failure on AIX 6.1 * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include . Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465 --- diff --git a/ChangeLog b/ChangeLog index 0cebe87ba6..959c8c6865 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-06 Jeremy Olexa (tiny change) + + avoid compile failure on AIX 6.1 + * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include . + Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465 + 2009-01-04 Jim Meyering remove duplicate inclusion of diff --git a/lib/getloadavg.c b/lib/getloadavg.c index ccfb6f0d72..5c32f9f9ca 100644 --- a/lib/getloadavg.c +++ b/lib/getloadavg.c @@ -409,6 +409,7 @@ # endif /* LOAD_AVE_TYPE */ # if defined HAVE_LIBPERFSTAT +# include # include # include # ifndef SBITS