summaryrefslogtreecommitdiff
path: root/lib/socket.h
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2015-12-21 18:23:08 +0100
committerJan Moskyto Matejka <mq@ucw.cz>2015-12-21 18:23:08 +0100
commit67aa88336a91e635753ba42df45d7de5e191ed35 (patch)
treecd892e21fa153878cce04126f7c246b0f78014e3 /lib/socket.h
parent0bf95f99e6126b481a4dcac574ada59f9ad3662b (diff)
BSD wants to include sys/socket.h in lib/socket.h (AF_INET6? definitions)
Diffstat (limited to 'lib/socket.h')
-rw-r--r--lib/socket.h2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
-// #include <sys/socket.h>
+#include <sys/socket.h>
#include "lib/resource.h"