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