From b15f542bfc23dd4fb1d65bb9b60f80738ea89543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Tue, 25 May 2004 14:44:45 +0000 Subject: [PATCH] Added boot_time. Added missing #include. * uptime.c: (glibtop_get_uptime_p): Added boot_time. Added missing #include. --- sysdeps/sun4/ChangeLog | 1 + sysdeps/sun4/uptime.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sysdeps/sun4/ChangeLog b/sysdeps/sun4/ChangeLog index 05473cdb..b4d7cdb4 100644 --- a/sysdeps/sun4/ChangeLog +++ b/sysdeps/sun4/ChangeLog @@ -1,6 +1,7 @@ 2004-05-25 BenoƮt Dejean * uptime.c: (glibtop_get_uptime_p): Added boot_time. + Added missing #include. 2004-03-09 Bastien Nocera diff --git a/sysdeps/sun4/uptime.c b/sysdeps/sun4/uptime.c index 149ad54f..f3debf99 100644 --- a/sysdeps/sun4/uptime.c +++ b/sysdeps/sun4/uptime.c @@ -27,6 +27,8 @@ #include +#include + static const unsigned long _glibtop_sysdeps_uptime = (1 << GLIBTOP_UPTIME_UPTIME) + (1 << GLIBTOP_UPTIME_IDLETIME);