From 4f421db5a9f7ec8089fc5e45bbfbba1356203c46 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 13 Jan 2022 01:58:36 +0000 Subject: Fix checking whether localisation is enabled. --- src/module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/module.cpp') diff --git a/src/module.cpp b/src/module.cpp index 6c85284ce..66e6b360b 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -11,7 +11,7 @@ #include "language.h" #include "account.h" -#ifdef HAVE_LOCALIZATION +#if HAVE_LOCALIZATION # include #endif -- cgit