diff options
Diffstat (limited to 'otherlibs/unix/chroot.c')
-rw-r--r-- | otherlibs/unix/chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/chroot.c b/otherlibs/unix/chroot.c index 5c074f007..864690367 100644 --- a/otherlibs/unix/chroot.c +++ b/otherlibs/unix/chroot.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_chroot(path) /* ML */ value path; |