Commit 108ed092 by Daniel Lezcano Committed by Daniel Lezcano

fix a compilation warning

lxc_get_cgroup_path is used in the file but the header defining the function is missing. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent f2ae79a0
......@@ -33,6 +33,7 @@
#include <lxc/log.h>
#include <lxc/start.h>
#include <lxc/cgroup.h>
#include "commands.h"
#include "config.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment