From f6f3a4daabb3d4abe437cddd09fca9ffba78449e Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 15 Aug 2024 12:33:46 +0200 Subject: Extended analyse application to write global stats to a CSV. Signed-off-by: Toni Uhlig --- utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils.c') diff --git a/utils.c b/utils.c index a635a87e4..f2a152850 100644 --- a/utils.c +++ b/utils.c @@ -1,5 +1,3 @@ -#include "utils.h" - #include #include #include @@ -15,6 +13,8 @@ #include #include +#include "utils.h" + typedef char pid_str[16]; static char const * app_name = NULL; -- cgit v1.2.3