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: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2010-02-24 16:24:55 +01:00
parent b4f8660eb2
commit 6a3111b87e

View 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"