1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 11:56:37 +02:00

Fix checking whether localisation is enabled.

This commit is contained in:
Sadie Powell
2022-01-13 01:58:36 +00:00
parent 091c0eea28
commit 4f421db5a9
+1 -1
View File
@@ -11,7 +11,7 @@
#include "language.h"
#include "account.h"
#ifdef HAVE_LOCALIZATION
#if HAVE_LOCALIZATION
# include <libintl.h>
#endif