diff options
Diffstat (limited to 'otherlibs/unix/socketpair.c')
-rw-r--r-- | otherlibs/unix/socketpair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/socketpair.c b/otherlibs/unix/socketpair.c index fedc939a6..655667c4e 100644 --- a/otherlibs/unix/socketpair.c +++ b/otherlibs/unix/socketpair.c @@ -13,7 +13,7 @@ #include <mlvalues.h> #include <alloc.h> -#include "unix.h" +#include "unixsupport.h" #ifdef HAS_SOCKETS |