From: Jeremy C. Reed Date: Thu, 6 Oct 2011 22:25:35 +0000 (-0500) Subject: [master] fix build on FreeBSD by removing net/in.h include X-Git-Tag: perftcpdns_before_epoll~37^2~21^2~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c80a7b8a53dc04e66b55431e2d4c637618293dae;p=thirdparty%2Fkea.git [master] fix build on FreeBSD by removing net/in.h include On FreeBSD these needs sys/socket.h. But we realized that the net/in.h is not needed now. (TODO: remove #include and #include also?) --- diff --git a/src/bin/dhcp6/iface_mgr.cc b/src/bin/dhcp6/iface_mgr.cc index 4a5839280e..7998d28a13 100644 --- a/src/bin/dhcp6/iface_mgr.cc +++ b/src/bin/dhcp6/iface_mgr.cc @@ -17,7 +17,6 @@ #include #include #include -#include #include "dhcp6/iface_mgr.h" #include "dhcp6/dhcp6.h"