diff options
Diffstat (limited to 'otherlibs/graph/make_img.c')
-rw-r--r-- | otherlibs/graph/make_img.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/make_img.c b/otherlibs/graph/make_img.c index 932d4605d..b9c4bfca2 100644 --- a/otherlibs/graph/make_img.c +++ b/otherlibs/graph/make_img.c @@ -13,7 +13,7 @@ #include "libgraph.h" #include "image.h" -#include <memory.h> +#include <caml/memory.h> value caml_gr_make_image(value m) { |