diff options
Diffstat (limited to 'otherlibs/graph/libgraph.h')
-rw-r--r-- | otherlibs/graph/libgraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/graph/libgraph.h b/otherlibs/graph/libgraph.h index 71204e313..07cb00474 100644 --- a/otherlibs/graph/libgraph.h +++ b/otherlibs/graph/libgraph.h @@ -14,8 +14,8 @@ #include <stdio.h> #include <X11/Xlib.h> #include <X11/Xutil.h> -#include <mlvalues.h> -#include <misc.h> +#include <caml/mlvalues.h> +#include <caml/misc.h> struct canvas { int w, h; /* Dimensions of the drawable */ |