]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
BSD wants to include sys/socket.h in lib/socket.h (AF_INET6? definitions)
authorJan Moskyto Matejka <mq@ucw.cz>
Mon, 21 Dec 2015 17:23:08 +0000 (18:23 +0100)
committerJan Moskyto Matejka <mq@ucw.cz>
Mon, 21 Dec 2015 17:23:08 +0000 (18:23 +0100)
lib/socket.h

index b067eb542b9d78a6e09dde7dd1e6ebeaa6b29cfd..de8cff62f433e3a2f2f5918e704444056c2c8928 100644 (file)
@@ -10,7 +10,7 @@
 #define _BIRD_SOCKET_H_
 
 #include <errno.h>
-// #include <sys/socket.h>
+#include <sys/socket.h>
 
 #include "lib/resource.h"