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:
parent
a8d63ed882
commit
c0393b0df5
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user