The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/2717
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 <christian.brau...@ubuntu.com>
From a9b8dbfa95f14d17ad014d3ee4400602933297ee Mon Sep 17 00:00:00 2001 From: Christian Brauner <christian.brau...@ubuntu.com> Date: Fri, 2 Nov 2018 23:20:46 +0100 Subject: [PATCH] include: correctly include macro.h Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> --- src/include/lxcmntent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lxcmntent.c b/src/include/lxcmntent.c index 5ada15ba7..4c1ad763b 100644 --- a/src/include/lxcmntent.c +++ b/src/include/lxcmntent.c @@ -22,10 +22,10 @@ #define _GNU_SOURCE 1 #endif #include <alloca.h> -#include <macro.h> #include <mntent.h> #include <stdio.h> #include <string.h> +#include "../lxc/macro.h" /* Since the values in a line are separated by spaces, a name cannot * contain a space. Therefore some programs encode spaces in names
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel