aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativelib.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/nativelib.mli')
-rw-r--r--kernel/nativelib.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli
index 4d95f822e7..155fde54e9 100644
--- a/kernel/nativelib.mli
+++ b/kernel/nativelib.mli
@@ -14,6 +14,7 @@ used by the native compiler. *)
(* Directory where compiled files are stored *)
val output_dir : CUnix.physical_path ref
+val include_dirs : CUnix.physical_path list ref
val get_load_paths : (unit -> string list) ref