mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:29:56 +00:00
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:
parent
b4f8660eb2
commit
6a3111b87e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user