]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
add missing cgroup include
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 24 Feb 2010 15:24:55 +0000 (16:24 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 24 Feb 2010 15:24:55 +0000 (16:24 +0100)
Fix the warning:

start.c: In function ‘lxc_fini’:
start.c:250: warning: implicit declaration of function ‘lxc_unlink_nsgroup’
start.c: In function ‘lxc_spawn’:
start.c:380: warning: implicit declaration of function ‘lxc_rename_nsgroup’

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/start.c

index d9e2d111b7f17185c0199561f3e966de3c6fb36d..395a671371aa6e52f33709a4eeb8ed58d4d5e5af 100644 (file)
@@ -91,6 +91,7 @@ int signalfd(int fd, const sigset_t *mask, int flags)
 
 #include "start.h"
 #include "conf.h"
+#include "cgroup.h"
 #include "log.h"
 #include "error.h"
 #include "af_unix.h"