summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-13 01:58:36 +0000
committerSadie Powell <sadie@witchery.services>2022-01-13 01:59:13 +0000
commit4f421db5a9f7ec8089fc5e45bbfbba1356203c46 (patch)
tree6e08f18775a190464e795c8089601b84805e7665
parent091c0eea2859f71fd616ba4b355b634a06ce5625 (diff)
Fix checking whether localisation is enabled.
-rw-r--r--src/module.cpp2
1 files changed, 1 insertions, 1 deletions
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 <libintl.h>
#endif