diff options
Diffstat (limited to 'otherlibs/unix/chown.c')
-rw-r--r-- | otherlibs/unix/chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/chown.c b/otherlibs/unix/chown.c index de2f74086..1457c325c 100644 --- a/otherlibs/unix/chown.c +++ b/otherlibs/unix/chown.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_chown(path, uid, gid) /* ML */ value path, uid, gid; |