mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Compilation fix on Mingw32.
This commit is contained in:
parent
a42cd2bb67
commit
fecb5f1f9d
@ -11,8 +11,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_INET_NTOP
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "elinks.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user