1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00

[win32] compilation fix

This commit is contained in:
Witold Filipczyk 2024-09-02 14:13:41 +02:00
parent 5e4863d48a
commit 48230a79e4

View File

@ -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"