1
0
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:
Witold Filipczyk 2010-07-03 15:11:54 +02:00 committed by Witold Filipczyk
parent a42cd2bb67
commit fecb5f1f9d

View File

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