]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update.
authorSimon Josefsson <simon@josefsson.org>
Fri, 28 Oct 2005 13:04:35 +0000 (13:04 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 28 Oct 2005 13:04:35 +0000 (13:04 +0000)
gl/inet_ntop.h

index 6565f0bade8bacb3ed5c478f31d8ac836a0873ec..de730b15cc967e6fc21abef3d39080adb5fc3e09 100644 (file)
@@ -16,6 +16,9 @@
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include <sys/types.h>
+#ifdef HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#endif
 #ifdef HAVE_ARPA_INET_H
 # include <arpa/inet.h>
 #endif