diff options
Diffstat (limited to 'otherlibs/unix/strofaddr.c')
-rw-r--r-- | otherlibs/unix/strofaddr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/otherlibs/unix/strofaddr.c b/otherlibs/unix/strofaddr.c index d14cc2742..4503f6c30 100644 --- a/otherlibs/unix/strofaddr.c +++ b/otherlibs/unix/strofaddr.c @@ -13,14 +13,12 @@ #include <mlvalues.h> #include <alloc.h> -#include "unix.h" +#include "unixsupport.h" #ifdef HAS_SOCKETS #include "socketaddr.h" -extern char * inet_ntoa(); - value unix_string_of_inet_addr(a) /* ML */ value a; { |