From: Daniel Lezcano Date: Thu, 26 Nov 2009 15:46:25 +0000 (+0100) Subject: fix a compilation warning X-Git-Tag: lxc-0.6.5~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108ed092c30bd209e58e7b20591135bf7c8c665b;p=thirdparty%2Flxc.git fix a compilation warning lxc_get_cgroup_path is used in the file but the header defining the function is missing. Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/state.c b/src/lxc/state.c index 029f0ae81..ba63805f3 100644 --- a/src/lxc/state.c +++ b/src/lxc/state.c @@ -33,6 +33,7 @@ #include #include +#include #include "commands.h" #include "config.h"