aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/ring/ring.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ring/ring.ml')
-rw-r--r--plugins/ring/ring.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ring/ring.ml b/plugins/ring/ring.ml
index 4bf08912a..ab6ee1573 100644
--- a/plugins/ring/ring.ml
+++ b/plugins/ring/ring.ml
@@ -15,6 +15,7 @@ open Flags
open Term
open Names
open Libnames
+open Globnames
open Nameops
open Reductionops
open Tacticals
@@ -744,7 +745,7 @@ let constants_to_unfold =
let transform s =
let sp = path_of_string s in
let dir, id = repr_path sp in
- Libnames.encode_con dir id
+ Globnames.encode_con dir id
in
List.map transform
[ "Coq.ring.Ring_normalize.interp_cs";