summaryrefslogtreecommitdiff
path: root/backend/utils.cc
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-05-02 12:59:59 +0200
committerEugen Wissner <belka@caraus.de>2026-05-02 12:59:59 +0200
commitd84e192ae94b9e92a3f6f6f44e4f271155d6a8fb (patch)
tree2265cee4c65f0619a8fd640c9bd6202fec9e5e2d /backend/utils.cc
parent12dc26051c82074867bf782de650c912db23d60e (diff)
downloadkatja-d84e192ae94b9e92a3f6f6f44e4f271155d6a8fb.tar.gz
Add a configuration header
Diffstat (limited to 'backend/utils.cc')
-rw-r--r--backend/utils.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/utils.cc b/backend/utils.cc
index d5c8e84..208f150 100644
--- a/backend/utils.cc
+++ b/backend/utils.cc
@@ -6,6 +6,7 @@
#include <cstdint>
#include <sqlite3.h>
#include <string.h>
+#include <gio/gio.h>
#include "utils.h"
#include "pkgtools.h"