summaryrefslogtreecommitdiff
path: root/examples/smp.c
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-05-28 05:30:20 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-05-28 05:30:20 +0000
commit75291a665c0cb27456b02bf463d35ba0448448cc (patch)
treec2bfaccbc2ef3242997f1d5d938d2c12c1509583 /examples/smp.c
parent5af13a2a6a1a42a2e634b58a16eba517e74096fc (diff)
downloadlibgtop-75291a665c0cb27456b02bf463d35ba0448448cc.tar.gz
Added missing #include. Converted to UTF-8.
* examples/*: Added missing #include. * ChangeLog: Converted to UTF-8.
Diffstat (limited to 'examples/smp.c')
-rw-r--r--examples/smp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/smp.c b/examples/smp.c
index 9d8891d8..fa385786 100644
--- a/examples/smp.c
+++ b/examples/smp.c
@@ -24,7 +24,9 @@
#include <config.h>
#include <locale.h>
+#include <libintl.h>
#include <math.h>
+#include <stdio.h>
#include <glibtop.h>
#include <glibtop/cpu.h>