summaryrefslogtreecommitdiff
path: root/src/uptime.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-11 04:05:25 +0000
committerJim Meyering <jim@meyering.net>1999-03-11 04:05:25 +0000
commitff12f6ff277798b8f8672bb1382360c86e7c1d3c (patch)
treee9cd6f40b1543563c16e2a5741faee80543fc2d7 /src/uptime.c
parentae79d1fceb6ff6923c0799c4a59883034bea4041 (diff)
downloadcoreutils-ff12f6ff277798b8f8672bb1382360c86e7c1d3c.tar.xz
Declare getloadavg so I can build with -Werror.
Diffstat (limited to 'src/uptime.c')
-rw-r--r--src/uptime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uptime.c b/src/uptime.c
index e7e7cb5ab..88b1945e6 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;