aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-08-15 12:33:46 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-08-16 12:33:46 +0200
commitf6f3a4daabb3d4abe437cddd09fca9ffba78449e (patch)
tree6321bcdf74343e20e0d13d1d9eff3ad3d6f8b8e0 /utils.c
parent762e6d36bf502cc6445814064fb46f6a8f069c82 (diff)
Extended analyse application to write global stats to a CSV.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c4
1 files changed, 2 insertions, 2 deletions
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 <errno.h>
#include <fcntl.h>
#include <grp.h>
@@ -15,6 +13,8 @@
#include <sys/types.h>
#include <unistd.h>
+#include "utils.h"
+
typedef char pid_str[16];
static char const * app_name = NULL;