apparmor/libraries/libapparmor/include
Patrick Steinhardt 47263a3a74 libapparmor: add missing include for socklen_t
While `include/sys/apparmor.h` makes use of `socklen_t`, it doesn't
include the `<sys/socket.h>` header to make its declaration available.
While this works on systems using glibc via transitive includes, it
breaks compilation on musl libc.

Fix the issue by including the header.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
2020-10-03 20:42:51 +02:00
..
sys libapparmor: add missing include for socklen_t 2020-10-03 20:42:51 +02:00
aalogparse.h libaalogparse: support missing mount keywords 2014-09-04 10:10:56 -07:00
Makefile.am libapparmor: move public headers to separate directory 2014-01-06 14:08:55 -08:00