From 6a3111b87e838561db952255a3770a1e85eb361b Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Wed, 24 Feb 2010 16:24:55 +0100 Subject: [PATCH] add missing cgroup include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/lxc/start.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/start.c b/src/lxc/start.c index d9e2d111b..395a67137 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -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" -- 2.47.2