diff options
Diffstat (limited to 'otherlibs/win32graph/events.c')
-rwxr-xr-x | otherlibs/win32graph/events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32graph/events.c b/otherlibs/win32graph/events.c index 81242729e..837e53ac1 100755 --- a/otherlibs/win32graph/events.c +++ b/otherlibs/win32graph/events.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include "mlvalues.h" -#include "alloc.h" +#include "caml/mlvalues.h" +#include "caml/alloc.h" #include "libgraph.h" #include <windows.h> |