diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-22 12:45:19 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-22 12:45:19 +0200 |
commit | d5257009306e3a384f4a89c44692f8f3337cbccc (patch) | |
tree | f00693ca3f867bc219839b12f7302064b5a50361 /gl | |
parent | 9560006cb7b540c5504e8858bbf79a1f930407fc (diff) | |
download | gnutls-d5257009306e3a384f4a89c44692f8f3337cbccc.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/arpa_inet.in.h | 4 |
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 |