summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-22 12:45:19 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-22 12:45:19 +0200
commitd5257009306e3a384f4a89c44692f8f3337cbccc (patch)
treef00693ca3f867bc219839b12f7302064b5a50361 /gl
parent9560006cb7b540c5504e8858bbf79a1f930407fc (diff)
downloadgnutls-d5257009306e3a384f4a89c44692f8f3337cbccc.tar.gz
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r--gl/arpa_inet.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gl/arpa_inet.in.h b/gl/arpa_inet.in.h
index 476fe1dcf8..ef24cd9226 100644
--- a/gl/arpa_inet.in.h
+++ b/gl/arpa_inet.in.h
@@ -18,6 +18,10 @@
#ifndef _GL_ARPA_INET_H
#define _GL_ARPA_INET_H
+/* Gnulib's sys/socket.h is responsible for pulling in winsock2.h etc
+ under MinGW. */
+#include <sys/socket.h>
+
#if @GNULIB_INET_NTOP@
# include <inet_ntop.h>
#elif defined GNULIB_POSIXCHECK