]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix a compilation warning
authorDaniel Lezcano <daniel.lezcano@free.fr>
Thu, 26 Nov 2009 15:46:25 +0000 (16:46 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 26 Nov 2009 15:46:25 +0000 (16:46 +0100)
lxc_get_cgroup_path is used in the file but the header
defining the function is missing.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/state.c

index 029f0ae81ee7a6b4ec546bae13f79b289051c5ec..ba63805f3993d9553923f053588bc4bbfb5418b7 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <lxc/log.h>
 #include <lxc/start.h>
+#include <lxc/cgroup.h>
 #include "commands.h"
 #include "config.h"