summaryrefslogtreecommitdiff
path: root/src/gallery-utils.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2025-06-08 11:43:25 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2025-06-08 11:43:25 +0200
commit426400e7f6c9ac9088fc66c7c683ed9251fc8789 (patch)
tree89fb08ec72b6c10bd5dd96caa508562610fa851a /src/gallery-utils.c
parent4a3c7d6ceb367c923faa521c20f765302096bfae (diff)
downloadcataract-426400e7f6c9ac9088fc66c7c683ed9251fc8789.tar.xz
build: Fix global variables declarationHEADmaster
Diffstat (limited to 'src/gallery-utils.c')
-rw-r--r--src/gallery-utils.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/stat.h>
#include <unistd.h>
#include <utime.h>
-#include <stats.h>
#include "gallery-utils.h"
+#include "stats.h"