diff options
Diffstat (limited to 'otherlibs/graph/draw.c')
-rw-r--r-- | otherlibs/graph/draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/draw.c b/otherlibs/graph/draw.c index dc6578754..195860fa9 100644 --- a/otherlibs/graph/draw.c +++ b/otherlibs/graph/draw.c @@ -12,7 +12,7 @@ /***********************************************************************/ #include "libgraph.h" -#include <alloc.h> +#include <caml/alloc.h> value caml_gr_plot(value vx, value vy) { |