diff options
Diffstat (limited to 'otherlibs/unix/umask.c')
-rw-r--r-- | otherlibs/unix/umask.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/unix/umask.c b/otherlibs/unix/umask.c index 5cd445d62..4c19cba04 100644 --- a/otherlibs/unix/umask.c +++ b/otherlibs/unix/umask.c @@ -11,6 +11,8 @@ /* $Id$ */ +#include <sys/types.h> +#include <sys/stat.h> #include <mlvalues.h> #include "unixsupport.h" |