summaryrefslogtreecommitdiff
path: root/otherlibs/unix/chroot.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-09-04 14:15:31 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-09-04 14:15:31 +0000
commitac9f8e8094ea19199a24fd5c67053718198ed172 (patch)
treebd3d0fe88168c1a970c3b6809f13562ffa7388cd /otherlibs/unix/chroot.c
parent7fb9cd28d0cfbca9c91a96fefe5a730cab3d4804 (diff)
downloadocaml-ac9f8e8094ea19199a24fd5c67053718198ed172.tar.gz
Renommage unix.h -> unixsupport.h
Petites adaptations pour Win32. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@951 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/chroot.c')
-rw-r--r--otherlibs/unix/chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/chroot.c b/otherlibs/unix/chroot.c
index 5c074f007f..864690367f 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;