From: Simon Josefsson Date: Fri, 28 Oct 2005 13:04:35 +0000 (+0000) Subject: Update. X-Git-Tag: gnutls_1_2_9~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74da3ed3d20189e3db42ddf8c587474ddde317ab;p=thirdparty%2Fgnutls.git Update. --- diff --git a/gl/inet_ntop.h b/gl/inet_ntop.h index 6565f0bade..de730b15cc 100644 --- a/gl/inet_ntop.h +++ b/gl/inet_ntop.h @@ -16,6 +16,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include +#ifdef HAVE_SYS_SOCKET_H +# include +#endif #ifdef HAVE_ARPA_INET_H # include #endif