diff options
Diffstat (limited to 'otherlibs/win32graph/open.c')
-rw-r--r-- | otherlibs/win32graph/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32graph/open.c b/otherlibs/win32graph/open.c index 6086626ba..d2b63b002 100644 --- a/otherlibs/win32graph/open.c +++ b/otherlibs/win32graph/open.c @@ -17,6 +17,7 @@ #include "mlvalues.h" #include "fail.h" #include "libgraph.h" +#include "callback.h" #include <windows.h> static value gr_reset(void); @@ -343,7 +344,6 @@ CAMLprim value caml_gr_sigio_handler(void) /* Processing of graphic errors */ -value * caml_named_value (char * name); static value * graphic_failure_exn = NULL; void gr_fail(char *fmt, char *arg) { |