fix freebsd compile; from Alexander Drozdov

svn:r1030
This commit is contained in:
Niels Provos 2009-01-21 07:18:31 +00:00
parent fa1c9a6d09
commit 70405e3c7a

View File

@ -56,6 +56,9 @@
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_NETINET_IN6_H
#include <netinet/in6.h>
#endif