diff options
Diffstat (limited to 'otherlibs/graph/image.c')
-rw-r--r-- | otherlibs/graph/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/graph/image.c b/otherlibs/graph/image.c index 31693bbd3..12588bf71 100644 --- a/otherlibs/graph/image.c +++ b/otherlibs/graph/image.c @@ -13,8 +13,8 @@ #include "libgraph.h" #include "image.h" -#include <alloc.h> -#include <custom.h> +#include <caml/alloc.h> +#include <caml/custom.h> static void caml_gr_free_image(value im) { |