From: Nikos Mavrogiannopoulos Date: Thu, 19 Mar 2015 10:06:28 +0000 (+0100) Subject: inet_ntop replacement: include sys/socket.h X-Git-Tag: gnutls_3_4_0~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee41e2fa657a24ccc5e040bb8aa987d788b63221;p=thirdparty%2Fgnutls.git inet_ntop replacement: include sys/socket.h --- diff --git a/lib/inet_ntop.c b/lib/inet_ntop.c index 2224dbad25..2ed11ba308 100644 --- a/lib/inet_ntop.c +++ b/lib/inet_ntop.c @@ -39,6 +39,12 @@ # include # include # include +# include +# include "system.h" + +# ifndef IF_LINT +# define IF_LINT +#endif # ifndef HAVE_IPV6 # define HAVE_IPV6 1