From d2011821a22ce57898421b24f4703cfac94c58e3 Mon Sep 17 00:00:00 2001 From: Tuukka Tikkanen Date: Wed, 10 Dec 2014 10:09:13 +0200 Subject: report_ops: Move struct report_ops definition to report_ops.h Struct report_ops is defined in idlestat.h. Having the definition in report_ops.h keeps the definition grouped with the declarations of different report types. Signed-off-by: Tuukka Tikkanen --- default_report.c | 1 + 1 file changed, 1 insertion(+) (limited to 'default_report.c') diff --git a/default_report.c b/default_report.c index 95f72f9..c1d0af8 100644 --- a/default_report.c +++ b/default_report.c @@ -4,6 +4,7 @@ #include #include #include +#include "report_ops.h" #include "idlestat.h" #include "utils.h" -- cgit v1.2.3