diff options
author | Adam <Adam@anope.org> | 2013-05-06 01:38:27 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-06 01:38:27 -0400 |
commit | 3fbb493d57cda0ed348db6933c329180d872439a (patch) | |
tree | 7728c68c261230ef54a0962a168d96c3f1ee4873 /modules/extra/m_ldap_oper.cpp | |
parent | 223aa65cfa33be64e7e0b17f5a1b967d0ce0a2e4 (diff) |
Fix extras build
Diffstat (limited to 'modules/extra/m_ldap_oper.cpp')
-rw-r--r-- | modules/extra/m_ldap_oper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_ldap_oper.cpp b/modules/extra/m_ldap_oper.cpp index a54556c80..43ee81408 100644 --- a/modules/extra/m_ldap_oper.cpp +++ b/modules/extra/m_ldap_oper.cpp @@ -1,5 +1,5 @@ #include "module.h" -#include "ldapapi.h" +#include "modules/ldap.h" static std::set<Oper *> my_opers; static Anope::string opertype_attribute; |