From 426400e7f6c9ac9088fc66c7c683ed9251fc8789 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 8 Jun 2025 11:43:25 +0200 Subject: build: Fix global variables declaration --- src/stats.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stats.c') diff --git a/src/stats.c b/src/stats.c index 8469225..f858fff 100644 --- a/src/stats.c +++ b/src/stats.c @@ -21,6 +21,10 @@ #include "stats.h" +int stats_errors = 0; +int stats_dirs = 0; +int stats_images = 0; + G_LOCK_DEFINE_STATIC (stats_errors); G_LOCK_DEFINE_STATIC (stats_dirs); -- cgit v1.2.3