aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cutil.ml')
-rw-r--r--cparser/Cutil.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cutil.ml b/cparser/Cutil.ml
index eb3f0639..4856c01d 100644
--- a/cparser/Cutil.ml
+++ b/cparser/Cutil.ml
@@ -16,7 +16,7 @@
(* Operations on C types and abstract syntax *)
open Printf
-open Errors
+open Cerrors
open C
open Env
open Machine