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/gallery-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallery-utils.c') diff --git a/src/gallery-utils.c b/src/gallery-utils.c index 88a1fb3..d86f446 100644 --- a/src/gallery-utils.c +++ b/src/gallery-utils.c @@ -23,9 +23,9 @@ #include #include #include -#include #include "gallery-utils.h" +#include "stats.h" -- cgit v1.2.3