diff options
Diffstat (limited to 'otherlibs/unix/umask.c')
-rw-r--r-- | otherlibs/unix/umask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/umask.c b/otherlibs/unix/umask.c index f2475677f..5cd445d62 100644 --- a/otherlibs/unix/umask.c +++ b/otherlibs/unix/umask.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_umask(perm) /* ML */ value perm; |