1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[ssl] include ws2tcpip.h

This commit is contained in:
Witold Filipczyk 2022-05-03 16:12:40 +02:00
parent f6af4d3538
commit 5700ede877

View File

@ -18,6 +18,10 @@
#error "Huh?! You have SSL enabled, but not OPENSSL nor GNUTLS!! And then you want exactly *what* from me?"
#endif
#ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h> /* MinGW */
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif