Added missing #include. Converted to UTF-8.

* examples/*: Added missing #include.
	* ChangeLog: Converted to UTF-8.
This commit is contained in:
Benoît Dejean
2004-05-28 05:30:20 +00:00
parent 5af13a2a6a
commit 75291a665c
9 changed files with 20 additions and 2 deletions

View File

@@ -23,6 +23,8 @@
#include <locale.h>
#include <math.h>
#include <stdio.h>
#include <libintl.h>
#include <glibtop.h>
#include <glibtop/open.h>
@@ -44,7 +46,7 @@ output (pid_t pid)
double b_total, b_utime, b_stime;
double s_total, s_utime, s_stime;
double my_utime, my_stime;
int ncpu;
unsigned int ncpu;
#endif
printf ("\n");