aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/util.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.ml')
-rw-r--r--lib/util.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.ml b/lib/util.ml
index 95a609378..698341097 100644
--- a/lib/util.ml
+++ b/lib/util.ml
@@ -61,6 +61,8 @@ let parse_section_path s =
let id,k = decoupe_kind n in
dirs,id,k
+module Stringmap = Map.Make(struct type t = string let compare = compare end)
+
(* Lists *)
let list_intersect l1 l2 =