From 67aa88336a91e635753ba42df45d7de5e191ed35 Mon Sep 17 00:00:00 2001 From: Jan Moskyto Matejka Date: Mon, 21 Dec 2015 18:23:08 +0100 Subject: [PATCH] BSD wants to include sys/socket.h in lib/socket.h (AF_INET6? definitions) --- lib/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/socket.h b/lib/socket.h index b067eb54..de8cff62 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -10,7 +10,7 @@ #define _BIRD_SOCKET_H_ #include -// #include +#include #include "lib/resource.h"