]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools: non-functional changes
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 21 Jan 2018 20:54:35 +0000 (21:54 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 6 Feb 2018 20:10:50 +0000 (21:10 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/tools/arguments.c
src/lxc/tools/lxc_attach.c

index 1be7eba58d50d8bc26ae49db4da9c67c8e515464..ff56c0f4e68c7bf908ad827721565537c4606e87 100644 (file)
@@ -33,6 +33,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include <lxc/lxccontainer.h>
 #include <lxc/version.h>
 
 #include "arguments.h"
index b2c405d3ad921e8f294c5b25c53e5ed76fcac812..253ea30922a9b25593a559f24e4a4892834be550 100644 (file)
@@ -21,8 +21,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "config.h"
-
+#define _GNU_SOURCE
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>