include actual ucdata.h, not the symlink. liblutil/passwd.c needs this

header file, and we now build liblutil before liblunicode.
This commit is contained in:
Howard Chu 2002-08-22 11:44:27 +00:00
parent cd60deb4a9
commit 1aa551f545

View file

@ -20,11 +20,7 @@
#include <lber.h> /* get ber_slen_t */
#ifdef _MSC_VER
#include "../libraries/liblunicode/ucdata/ucdata.h"
#else
#include "../libraries/liblunicode/ucdata.h"
#endif
LDAP_BEGIN_DECL