Added missing call to libgtop_init();

* df.c: (main):
	* pprint.c: (main):
	* procargs.c: (main): Added missing call to libgtop_init();
This commit is contained in:
Benoît Dejean
2004-09-25 08:46:44 +00:00
parent d0833edb66
commit d809faba3e
4 changed files with 12 additions and 0 deletions

View File

@@ -216,6 +216,8 @@ static void pprint_get_uptime()
int main()
{
glibtop_init();
pprint_get_cpu();
pprint_get_fsusage("/");