mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[win32] compilation fix
This commit is contained in:
parent
5e4863d48a
commit
48230a79e4
@ -29,6 +29,9 @@
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#ifdef HAVE_WS2TCPIP_H
|
||||
#include <ws2tcpip.h> /* NI_MAXHOST for MinGW */
|
||||
#endif
|
||||
|
||||
#include "elinks.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user