diff options
Diffstat (limited to 'otherlibs/unix/pipe.c')
-rw-r--r-- | otherlibs/unix/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/pipe.c b/otherlibs/unix/pipe.c index 596e641ea..e3446108e 100644 --- a/otherlibs/unix/pipe.c +++ b/otherlibs/unix/pipe.c @@ -13,7 +13,7 @@ #include <mlvalues.h> #include <alloc.h> -#include "unix.h" +#include "unixsupport.h" value unix_pipe() /* ML */ { |