From: Jim Meyering Date: Thu, 11 Mar 1999 04:05:25 +0000 (+0000) Subject: Declare getloadavg so I can build with -Werror. X-Git-Tag: FILEUTILS-4_0e~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff12f6ff277798b8f8672bb1382360c86e7c1d3c;p=thirdparty%2Fcoreutils.git Declare getloadavg so I can build with -Werror. --- diff --git a/src/uptime.c b/src/uptime.c index e7e7cb5ab0..88b1945e66 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -26,6 +26,8 @@ #include "readutmp.h" #include "system.h" +int getloadavg (); + /* The name this program was run with. */ char *program_name;