On Fri, Nov 08, 2019 at 10:00:35AM -0800, Stephen Hemminger wrote: > The #ifdef to conditionally include <sys/socket.h> on BSD > is unnecessary. It is harmless to include the header on other > OS's. An extra include is better than an #ifdef. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
Acked-by: Olivier Matz <olivier.m...@6wind.com> Thanks