summaryrefslogtreecommitdiff
path: root/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c b/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c
new file mode 100644
index 000000000000..f1074e1fe6d8
--- /dev/null
+++ b/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c
@@ -0,0 +1,11 @@
+--- libraries/liblunicode/ucstr.c.orig Fri Apr 11 03:57:10 2003
++++ libraries/liblunicode/ucstr.c Sat Jul 5 10:53:04 2003
+@@ -15,6 +15,8 @@
+ #include <ldap_utf8.h>
+ #include <ldap_pvt_uc.h>
+
++#include "lber_pvt.h"
++
+ #define malloc(x) ber_memalloc_x(x,ctx)
+ #define realloc(x,y) ber_memrealloc_x(x,y,ctx)
+ #define free(x) ber_memfree_x(x,ctx)