From 1a80fcdfc7894a5f404cce148007de77b81af7ac Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sun, 21 Jan 2018 21:54:35 +0100 Subject: [PATCH] tools: non-functional changes Signed-off-by: Christian Brauner --- src/lxc/tools/arguments.c | 1 + src/lxc/tools/lxc_attach.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/tools/arguments.c b/src/lxc/tools/arguments.c index 1be7eba58..ff56c0f4e 100644 --- a/src/lxc/tools/arguments.c +++ b/src/lxc/tools/arguments.c @@ -33,6 +33,7 @@ #include #include +#include #include #include "arguments.h" diff --git a/src/lxc/tools/lxc_attach.c b/src/lxc/tools/lxc_attach.c index b2c405d3a..253ea3092 100644 --- a/src/lxc/tools/lxc_attach.c +++ b/src/lxc/tools/lxc_attach.c @@ -21,8 +21,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "config.h" - +#define _GNU_SOURCE #include #include #include -- 2.47.2