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