The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/255
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Christian Brauner <[email protected]>
From a95d68e5ffad31961140e8fcafa156f794e32bb9 Mon Sep 17 00:00:00 2001 From: Christian Brauner <[email protected]> Date: Sun, 26 Aug 2018 12:23:31 +0200 Subject: [PATCH] tests: include missing sys/sysmacros.h header Signed-off-by: Christian Brauner <[email protected]> --- tests/test_syscalls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_syscalls.c b/tests/test_syscalls.c index 8561cfc..5a9f951 100644 --- a/tests/test_syscalls.c +++ b/tests/test_syscalls.c @@ -3,6 +3,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/sysmacros.h> #include <sys/types.h> #include <sys/socket.h> #include <linux/un.h>
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
