diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-10-17 12:17:33 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-10-17 12:17:33 +0200 |
commit | 5a3eb1df560f29c4692e01594fc63d22bb4c50ee (patch) | |
tree | 743af66e1b0ad82ab676621f8514b4c60e77c483 /compat/pagectrl.c | |
parent | 6cf3eb58587e80d851aa53d0a250c7839fa15b02 (diff) |
provide replacement functions for ldap_initialize() and ldap_passwd_s() and centralise LDAP compatibility hacks into ldap_compat.h
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1007 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat/pagectrl.c')
-rw-r--r-- | compat/pagectrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/pagectrl.c b/compat/pagectrl.c index 2697843..d846623 100644 --- a/compat/pagectrl.c +++ b/compat/pagectrl.c @@ -32,7 +32,7 @@ #include <lber.h> #include <ldap.h> -#include "pagectrl.h" +#include "compat/ldap_compat.h" #ifndef LDAP_CONTROL_PAGE_OID #define LDAP_CONTROL_PAGE_OID "1.2.840.113556.1.4.319" |