summaryrefslogtreecommitdiff
path: root/dev-ml/ocamldap/files/ocaml-4.02.patch
blob: 959ddd0a5a4f83a9582822c1e33c2b47a67b0ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/ldap_ooclient.ml b/src/ldap_ooclient.ml
index 79fd51d..7ffa39e 100644
--- a/src/ldap_ooclient.ml
+++ b/src/ldap_ooclient.ml
@@ -23,7 +23,7 @@
 open Ldap_types
 open Ldap_funclient
 open Ldap_schemaparser
-open String
+let lowercase = String.lowercase
 
 (* types used throughout the library *)
 (* add types *)