From: Jan Moskyto Matejka Date: Mon, 21 Dec 2015 17:23:08 +0000 (+0100) Subject: BSD wants to include sys/socket.h in lib/socket.h (AF_INET6? definitions) X-Git-Tag: v2.0.0-pre0~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67aa88336a91e635753ba42df45d7de5e191ed35;p=thirdparty%2Fbird.git BSD wants to include sys/socket.h in lib/socket.h (AF_INET6? definitions) --- diff --git a/lib/socket.h b/lib/socket.h index b067eb542..de8cff62f 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -10,7 +10,7 @@ #define _BIRD_SOCKET_H_ #include -// #include +#include #include "lib/resource.h"