summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/rename.c')
-rw-r--r--otherlibs/win32unix/rename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/rename.c b/otherlibs/win32unix/rename.c
index b8c0f3edc..ad46ead24 100644
--- a/otherlibs/win32unix/rename.c
+++ b/otherlibs/win32unix/rename.c
@@ -12,7 +12,7 @@
/***********************************************************************/
#include <stdio.h>
-#include <mlvalues.h>
+#include <caml/mlvalues.h>
#include "unixsupport.h"
CAMLprim value unix_rename(value path1, value path2)