From 144fb419180dde1fefda8389c5cf63dd77020e95 Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 18 May 2006 06:13:25 +0000 Subject: [PATCH] remove warnings --- socket/socket_tcp6.c | 2 ++ socket/socket_udp6.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/socket/socket_tcp6.c b/socket/socket_tcp6.c index ba13533..71aa625 100644 --- a/socket/socket_tcp6.c +++ b/socket/socket_tcp6.c @@ -1,5 +1,6 @@ #include #ifndef __MINGW32__ +#include #include #include #endif @@ -7,6 +8,7 @@ #include #include "haveip6.h" #include "socket.h" +#include "ndelay.h" #ifndef EAFNOSUPPORT #define EAFNOSUPPORT EINVAL diff --git a/socket/socket_udp6.c b/socket/socket_udp6.c index 7259f33..14d6987 100644 --- a/socket/socket_udp6.c +++ b/socket/socket_udp6.c @@ -1,5 +1,6 @@ #include #ifndef __MINGW32__ +#include #include #include #endif @@ -7,6 +8,7 @@ #include #include "haveip6.h" #include "socket.h" +#include "ndelay.h" #ifndef EAFNOSUPPORT #define EAFNOSUPPORT EINVAL