summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/cpuuse/cpuusagetop.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-31 09:52:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-31 10:10:36 +0200
commit5e072f6d353519dac8509fade2b65f1e4a0748bb (patch)
treea94a0860ff59e6e12cc6edd0baa5933586727b12 /cpukit/libmisc/cpuuse/cpuusagetop.c
parentFix rtems_print_printer_fprintf() (diff)
downloadrtems-5e072f6d353519dac8509fade2b65f1e4a0748bb.tar.bz2
cpuuse: Hide implementation details
Diffstat (limited to 'cpukit/libmisc/cpuuse/cpuusagetop.c')
-rw-r--r--cpukit/libmisc/cpuuse/cpuusagetop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libmisc/cpuuse/cpuusagetop.c b/cpukit/libmisc/cpuuse/cpuusagetop.c
index 2f48eb8f63..e300ee785c 100644
--- a/cpukit/libmisc/cpuuse/cpuusagetop.c
+++ b/cpukit/libmisc/cpuuse/cpuusagetop.c
@@ -40,6 +40,8 @@
#include <rtems/score/watchdogimpl.h>
#include <rtems/score/wkspace.h>
+#include "cpuuseimpl.h"
+
/*
* Use a struct for all data to allow more than one top and to support the
* thread iterator.