From ac9f8e8094ea19199a24fd5c67053718198ed172 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Wed, 4 Sep 1996 14:15:31 +0000 Subject: 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 --- otherlibs/unix/chroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/unix/chroot.c') 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 -#include "unix.h" +#include "unixsupport.h" value unix_chroot(path) /* ML */ value path; -- cgit v1.2.1