mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04:00
fix freebsd compile; from Alexander Drozdov
svn:r1030
This commit is contained in:
parent
fa1c9a6d09
commit
70405e3c7a
3
evutil.c
3
evutil.c
@ -56,6 +56,9 @@
|
|||||||
#ifdef HAVE_ARPA_INET_H
|
#ifdef HAVE_ARPA_INET_H
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_NETINET_IN_H
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#endif
|
||||||
#ifdef HAVE_NETINET_IN6_H
|
#ifdef HAVE_NETINET_IN6_H
|
||||||
#include <netinet/in6.h>
|
#include <netinet/in6.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user