diff options
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" |