]> git.ipfire.org Git - thirdparty/lxc.git/commit
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)
commit6a3111b87e838561db952255a3770a1e85eb361b
treeae8b6729b48a4fb734f03c9920fc1ba20f57f924
parentb4f8660eb27d0a93fa23e13795e53d34c5fd8538
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>
src/lxc/start.c