strongswan/src/include
Tobias Brunner e7143fe998 include: Add linux/socket.h
__kernel_sa_family_t is defined and used since Linux 3.1, so on systems
with older kernels (like CentOS 6.7, which still ships a 2.6.32 kernel) the
build with the current UAPI headers fails.  And using the native headers on
such system does not really work either because we use structs, defines, and
enum values from the newer headers in the kernel-netlink plugin.

__kernel_sa_family_t is defined in linux/socket.h so we ship that too (in
particular the simplified UAPI version from Linux 3.7+).

Fixes #1099.
2015-09-07 14:07:46 +02:00
..
linux include: Add linux/socket.h 2015-09-07 14:07:46 +02:00
sys including sys/queue.h to support TAILQ_LAST() macro 2008-06-20 08:17:03 +00:00
Makefile.am include: Add linux/socket.h 2015-09-07 14:07:46 +02:00