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