diff options
-rw-r--r-- | src/module.cpp | 2 |
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 |