diff options
Diffstat (limited to 'otherlibs/unix/dup.c')
-rw-r--r-- | otherlibs/unix/dup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/dup.c b/otherlibs/unix/dup.c index 4feaf44fd..c3c8d881c 100644 --- a/otherlibs/unix/dup.c +++ b/otherlibs/unix/dup.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_dup(fd) /* ML */ value fd; |