Skip to content
Snippets Groups Projects
Commit be524fed authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

on windows (mingw32) the sockaddr_storage struct is in winsock2.h

parent 042016b8
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,9 @@ AC_DEFUN([TYPE_SOCKADDR_STORAGE],
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_WINSOCK2_H
#include <winsock2.h>
#endif
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment