aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/top.c')
-rw-r--r--src/firemon/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/top.c b/src/firemon/top.c
index 9d6f34991..d0f911e60 100644
--- a/src/firemon/top.c
+++ b/src/firemon/top.c
@@ -25,7 +25,7 @@
25#include <unistd.h> 25#include <unistd.h>
26 26
27#ifdef HAVE_GCOV 27#ifdef HAVE_GCOV
28#include <gcov.h> 28#include "../include/gcov_wrapper.h"
29#endif 29#endif
30 30
31static unsigned pgs_rss = 0; 31static unsigned pgs_rss = 0;