diff options
author | Adam <Adam@anope.org> | 2011-02-05 18:35:20 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-05 18:35:20 -0500 |
commit | a55b3742cb36731ddea5eb2de32ebce0cd6f9002 (patch) | |
tree | 2cc2ff0ef38629e1cf88a1c216df37710dd28c0d /src/module.cpp | |
parent | 83556667fd7c9e780e2a67de68d3e2bda74a60ef (diff) |
Removed the LIBINTL include hack
Diffstat (limited to 'src/module.cpp')
-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 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) |