diff options
Diffstat (limited to 'otherlibs/graph/text.c')
-rw-r--r-- | otherlibs/graph/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/text.c b/otherlibs/graph/text.c index 8ac422d58..7450df89d 100644 --- a/otherlibs/graph/text.c +++ b/otherlibs/graph/text.c @@ -12,7 +12,7 @@ /***********************************************************************/ #include "libgraph.h" -#include <alloc.h> +#include <caml/alloc.h> XFontStruct * caml_gr_font = NULL; |