diff options
Diffstat (limited to 'otherlibs/graph/fill.c')
-rw-r--r-- | otherlibs/graph/fill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/fill.c b/otherlibs/graph/fill.c index 1e2965f17..8dc2f8777 100644 --- a/otherlibs/graph/fill.c +++ b/otherlibs/graph/fill.c @@ -12,7 +12,7 @@ /***********************************************************************/ #include "libgraph.h" -#include <memory.h> +#include <caml/memory.h> value caml_gr_fill_rect(value vx, value vy, value vw, value vh) { |