------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=145501 ------- Additional Comments From gyurco freemail hu 2007-05-18 21:22 ------- SVN commit 666099 by gyurco: As I found out, Solaris needs to include lber.h first. Please test. CCBUG: 145501 M +1 -1 ber.cpp M +1 -1 ldapconnection.cpp M +1 -1 ldapoperation.cpp --- trunk/KDE/kdepimlibs/kldap/ber.cpp #666098:666099 @ -30,8 +30,8 @ #include #ifdef LDAP_FOUND +#include #include -#include #endif using namespace KLDAP; --- trunk/KDE/kdepimlibs/kldap/ldapconnection.cpp #666098:666099 @ -32,8 +32,8 @ #ifdef LDAP_FOUND #define LDAP_DEPRECATED 1 //for ldap_simple_bind_s +#include #include -#include #endif using namespace KLDAP; --- trunk/KDE/kdepimlibs/kldap/ldapoperation.cpp #666098:666099 @ -29,8 +29,8 @ #include #ifdef LDAP_FOUND +#include #include -#include #endif #include