apparmor/libraries/libapparmor/include/sys
Patrick Steinhardt 8771cff94b 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>
(cherry picked from commit 47263a3a74)
Signed-off-by: John Johansen <john.johansen@canonical.com>
2020-10-03 13:21:32 -07:00
..
apparmor.h libapparmor: add missing include for socklen_t 2020-10-03 13:21:32 -07:00
apparmor_private.h libapparmor: Add support for overlaycache directories 2018-04-14 15:51:23 -07:00
Makefile.am libapparmor: Create a private API 2015-03-25 17:09:27 -05:00