diff options
Diffstat (limited to 'otherlibs/unix/dup.c')
-rw-r--r-- | otherlibs/unix/dup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/dup.c b/otherlibs/unix/dup.c index 36e3efac5..c6e9dcf2d 100644 --- a/otherlibs/unix/dup.c +++ b/otherlibs/unix/dup.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> +#include <caml/mlvalues.h> #include "unixsupport.h" CAMLprim value unix_dup(value fd) |