summaryrefslogtreecommitdiffstats
path: root/driver/errors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'driver/errors.mli')
-rw-r--r--driver/errors.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/errors.mli b/driver/errors.mli
index be55c0e12..ac203a53e 100644
--- a/driver/errors.mli
+++ b/driver/errors.mli
@@ -13,5 +13,6 @@
(* $Id$ *)
(* Error report *)
+open Format
-val report_error: exn -> unit
+val report_error: formatter -> exn -> unit