diff options
Diffstat (limited to 'byterun/sys.h')
-rw-r--r-- | byterun/sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/sys.h b/byterun/sys.h index ef2354275..4ad8011d9 100644 --- a/byterun/sys.h +++ b/byterun/sys.h @@ -21,6 +21,7 @@ #define NO_ARG Val_int(0) CAMLextern void caml_sys_error (value); +CAMLextern void caml_sys_io_error (value); extern void caml_sys_init (char * exe_name, char ** argv); CAMLextern value caml_sys_exit (value); |