summaryrefslogtreecommitdiff
path: root/backend/slackpkg.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/slackpkg.cc
parent12dc26051c82074867bf782de650c912db23d60e (diff)
downloadkatja-d84e192ae94b9e92a3f6f6f44e4f271155d6a8fb.tar.gz
Add a configuration header
Diffstat (limited to 'backend/slackpkg.cc')
-rw-r--r--backend/slackpkg.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/slackpkg.cc b/backend/slackpkg.cc
index 33fc4d7..74a7ecb 100644
--- a/backend/slackpkg.cc
+++ b/backend/slackpkg.cc
@@ -2,6 +2,7 @@
#include <sqlite3.h>
#include <stdlib.h>
#include <string.h>
+#include <gio/gio.h>
#include "slackpkg.h"
#include "utils.h"