]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing namespace.h include
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 14:42:39 +0000 (16:42 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 19 Aug 2013 12:33:33 +0000 (14:33 +0200)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.c

index a64babe2c41a69949257253abc740a20aa645f11..39789fd248efc2df5bf90881731fc3a5d8fd91c2 100644 (file)
@@ -42,6 +42,7 @@
 #include "attach.h"
 #include <lxc/utils.h>
 #include <lxc/monitor.h>
+#include <lxc/namespace.h>
 #include <sched.h>
 #include <arpa/inet.h>