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