summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;