summaryrefslogtreecommitdiff
path: root/src/ui/theme.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-17 11:05:40 +0100
committerraveit65 <[email protected]>2021-03-06 23:57:46 +0100
commit8cb3a02a26c03e57d064bd03319e34b6930ac3f5 (patch)
treebfc7ff6fd0bb482bac370808259004aa3ce8b00c /src/ui/theme.c
parentbc5c7f0bc2db56fbc8475eab9b651b8a77effe91 (diff)
downloadmarco-8cb3a02a26c03e57d064bd03319e34b6930ac3f5.tar.bz2
marco-8cb3a02a26c03e57d064bd03319e34b6930ac3f5.tar.xz
i18n: Use glib's gettext support macros
Diffstat (limited to 'src/ui/theme.c')
-rw-r--r--src/ui/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 3a623f9e..bd51673e 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -53,6 +53,8 @@
*/
#include <config.h>
+#include <glib/gi18n-lib.h>
+
#include "prefs.h"
#include "theme.h"
#include "theme-parser.h"