From 1aa551f545c9278a01c2a72bb9ae9b2230ed63be Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 22 Aug 2002 11:44:27 +0000 Subject: [PATCH] include actual ucdata.h, not the symlink. liblutil/passwd.c needs this header file, and we now build liblutil before liblunicode. --- include/ldap_pvt_uc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/ldap_pvt_uc.h b/include/ldap_pvt_uc.h index 521713ddc4..14e8c84524 100644 --- a/include/ldap_pvt_uc.h +++ b/include/ldap_pvt_uc.h @@ -20,11 +20,7 @@ #include /* get ber_slen_t */ -#ifdef _MSC_VER #include "../libraries/liblunicode/ucdata/ucdata.h" -#else -#include "../libraries/liblunicode/ucdata.h" -#endif LDAP_BEGIN_DECL -- 2.39.5