summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/dup.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/dup.c')
-rw-r--r--otherlibs/win32unix/dup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/dup.c b/otherlibs/win32unix/dup.c
index 76cbdf670..5db19e307 100644
--- a/otherlibs/win32unix/dup.c
+++ b/otherlibs/win32unix/dup.c
@@ -11,7 +11,7 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
+#include <caml/mlvalues.h>
#include "unixsupport.h"
CAMLprim value unix_dup(value fd)