0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

BSD wants to include sys/socket.h in lib/socket.h (AF_INET6? definitions)

This commit is contained in:
Jan Moskyto Matejka 2015-12-21 18:23:08 +01:00
parent 0bf95f99e6
commit 67aa88336a

View File

@ -10,7 +10,7 @@
#define _BIRD_SOCKET_H_ #define _BIRD_SOCKET_H_
#include <errno.h> #include <errno.h>
// #include <sys/socket.h> #include <sys/socket.h>
#include "lib/resource.h" #include "lib/resource.h"