From f908a9dcd47d8874cd9142b9f69df81e0a2e4d82 Mon Sep 17 00:00:00 2001 From: leitner Date: Sun, 17 Mar 2002 16:57:53 +0000 Subject: [PATCH] fix socket routines --- socket/socket_bind6.c | 4 ++++ socket/socket_noipv6.c | 1 + 2 files changed, 5 insertions(+) create mode 100644 socket/socket_noipv6.c diff --git a/socket/socket_bind6.c b/socket/socket_bind6.c index f252819..fd02c4a 100644 --- a/socket/socket_bind6.c +++ b/socket/socket_bind6.c @@ -1,4 +1,8 @@ #include +#include "haveip6.h" +#include +#include +#include #include "ip6.h" #include "byte.h" #include "socket.h" diff --git a/socket/socket_noipv6.c b/socket/socket_noipv6.c new file mode 100644 index 0000000..58127a7 --- /dev/null +++ b/socket/socket_noipv6.c @@ -0,0 +1 @@ +int noipv6=0;