0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[bittorrent] Compilation fix for mingw

This commit is contained in:
Witold Filipczyk 2024-08-31 10:26:50 +02:00
parent a8d63ed882
commit c0393b0df5

View File

@ -16,6 +16,9 @@
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h> /* socklen_t for MinGW */
#endif
#include "elinks.h"