diff options
Diffstat (limited to 'otherlibs/graph/dump_img.c')
-rw-r--r-- | otherlibs/graph/dump_img.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/graph/dump_img.c b/otherlibs/graph/dump_img.c index 4ba5c066c..26f816076 100644 --- a/otherlibs/graph/dump_img.c +++ b/otherlibs/graph/dump_img.c @@ -13,8 +13,8 @@ #include "libgraph.h" #include "image.h" -#include <alloc.h> -#include <memory.h> +#include <caml/alloc.h> +#include <caml/memory.h> value caml_gr_dump_image(value image) { |