freebsd compile fix

This commit is contained in:
Bill Currie 2001-11-20 06:27:48 +00:00
parent 60289d86e4
commit 2e97cfddac

View file

@ -40,6 +40,9 @@ static const char rcsid[] =
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif