summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-02-05 18:35:20 -0500
committerAdam <Adam@anope.org>2011-02-05 18:35:20 -0500
commita55b3742cb36731ddea5eb2de32ebce0cd6f9002 (patch)
tree2cc2ff0ef38629e1cf88a1c216df37710dd28c0d /src
parent83556667fd7c9e780e2a67de68d3e2bda74a60ef (diff)
Removed the LIBINTL include hack
Diffstat (limited to 'src')
-rw-r--r--src/module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.cpp b/src/module.cpp
index f5c3a9194..2b7676550 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -9,7 +9,7 @@
#include "modules.h"
#ifdef GETTEXT_FOUND
-# include LIBINTL
+# include <libintl.h>
#endif
Module::Module(const Anope::string &mname, const Anope::string &creator)