From 6d55406426169a62ccceb52fe56feb7cd92c9b8e Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Thu, 13 May 2004 00:01:39 +0000 Subject: [PATCH] Was assuming sys/cdefs.h included by inet.h, which is not (anymore). Added ISC arpa/nameser.h private header instead of sys/cdefs.h to follow others source modules include pattern. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7545 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/network/libbind/inet/inet_net_ntop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kits/network/libbind/inet/inet_net_ntop.c b/src/kits/network/libbind/inet/inet_net_ntop.c index 2971629d90..f29aeec3bb 100644 --- a/src/kits/network/libbind/inet/inet_net_ntop.c +++ b/src/kits/network/libbind/inet/inet_net_ntop.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.1 2004/04/15 16:03:28 wkornew Exp $"; +static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.2 2004/05/13 00:01:39 phoudoin Exp $"; #endif #include "port_before.h" @@ -24,6 +24,7 @@ static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.1 2004/04/15 16:03:28 wkor #include #include #include +#include #include #include