diff options
author | Adam <Adam@anope.org> | 2011-03-30 00:55:45 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-30 00:55:45 -0400 |
commit | 8098ed899a3648897c0de925c974e21883a76b8d (patch) | |
tree | b46ae9bc84943be1a73ebbb56502250f6afe0de6 /modules/extra/m_ldap.cpp | |
parent | 77c98f0750da20bc565eb33b9a9d7bbbd1535006 (diff) |
Fixed windows build more, including ldap
Diffstat (limited to 'modules/extra/m_ldap.cpp')
-rw-r--r-- | modules/extra/m_ldap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_ldap.cpp b/modules/extra/m_ldap.cpp index aeb0500e3..aa7e5212e 100644 --- a/modules/extra/m_ldap.cpp +++ b/modules/extra/m_ldap.cpp @@ -1,4 +1,4 @@ -/* RequiredLibraries: ldap */ +/* RequiredLibraries: ldap,lber */ #include "module.h" #include "ldap.h" |