aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index fbc3011e..fd1eccf8 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -157,5 +157,6 @@ signature COMPILER = sig
val debug : bool ref
val addPath : string * string -> unit
+ val addModuleRoot : string * string -> unit
end