summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/isatty.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/isatty.c')
-rw-r--r--otherlibs/unix/isatty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/isatty.c b/otherlibs/unix/isatty.c
index 800afc462..935c39d45 100644
--- a/otherlibs/unix/isatty.c
+++ b/otherlibs/unix/isatty.c
@@ -11,7 +11,7 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
+#include <caml/mlvalues.h>
#include "unixsupport.h"
CAMLprim value unix_isatty(value fd)