From 70405e3c7a184a11be506e2e4fd4774e867f978b Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Wed, 21 Jan 2009 07:18:31 +0000 Subject: [PATCH] fix freebsd compile; from Alexander Drozdov svn:r1030 --- evutil.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evutil.c b/evutil.c index 68503ebc..4397025d 100644 --- a/evutil.c +++ b/evutil.c @@ -56,6 +56,9 @@ #ifdef HAVE_ARPA_INET_H #include #endif +#ifdef HAVE_NETINET_IN_H +#include +#endif #ifdef HAVE_NETINET_IN6_H #include #endif -- 2.40.0