diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-06-13 15:52:43 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-06-13 15:52:43 +0000 |
commit | 6cc9c438667c56c0fb66e1b8d2366b6efb94805b (patch) | |
tree | cebcadbaa332f69410bf6438251c686168339687 /otherlibs/unix/fchmod.c | |
parent | f7ccaf7b6c4365b7b1b640949de3b3e54356782c (diff) |
Eradication des warnings de gcc.
Nettoyages divers.
Suppression de ioctl.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1597 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/fchmod.c')
-rw-r--r-- | otherlibs/unix/fchmod.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/unix/fchmod.c b/otherlibs/unix/fchmod.c index 22da62215..07c608c44 100644 --- a/otherlibs/unix/fchmod.c +++ b/otherlibs/unix/fchmod.c @@ -11,6 +11,8 @@ /* $Id$ */ +#include <sys/types.h> +#include <sys/stat.h> #include <mlvalues.h> #include "unixsupport.h" |