Commit 6a3111b8 by Daniel Lezcano

add missing cgroup include

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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent b4f8660e
...@@ -91,6 +91,7 @@ int signalfd(int fd, const sigset_t *mask, int flags) ...@@ -91,6 +91,7 @@ int signalfd(int fd, const sigset_t *mask, int flags)
#include "start.h" #include "start.h"
#include "conf.h" #include "conf.h"
#include "cgroup.h"
#include "log.h" #include "log.h"
#include "error.h" #include "error.h"
#include "af_unix.h" #include "af_unix.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment