From a34f32bbd8379b20fa8d43afdb9c7d551157577b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 31 Jul 2005 12:40:54 +0000 Subject: Add missing #include directives to fix warnings. svn path=/trunk/; revision=4205 --- ipv6-connect.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ipv6-connect.c b/ipv6-connect.c index 6537984d..ce9866e8 100644 --- a/ipv6-connect.c +++ b/ipv6-connect.c @@ -43,6 +43,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include +#include +#ifdef HAVE_UNISTD_H +#include +#endif /* This patch, supplying SA_LEN if it's undefined, is from Red Hat */ #ifndef SA_LEN -- cgit v1.2.3