diff options
Diffstat (limited to 'otherlibs/unix/dup2.c')
-rw-r--r-- | otherlibs/unix/dup2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/dup2.c b/otherlibs/unix/dup2.c index c50180223..fd9ea3d25 100644 --- a/otherlibs/unix/dup2.c +++ b/otherlibs/unix/dup2.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> +#include <caml/mlvalues.h> #include "unixsupport.h" #ifdef HAS_DUP2 |