diff options
Diffstat (limited to 'otherlibs/unix/read.c')
-rw-r--r-- | otherlibs/unix/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/read.c b/otherlibs/unix/read.c index 6373c57ea..5401f83ff 100644 --- a/otherlibs/unix/read.c +++ b/otherlibs/unix/read.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_read(fd, buf, ofs, len) /* ML */ value fd, buf, ofs, len; |