]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgmanager: update location of include file
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 5 Feb 2014 23:08:59 +0000 (17:08 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 5 Feb 2014 23:08:59 +0000 (17:08 -0600)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/cgmanager.c

index 29a0b58fee2d8334008244c3a44b5e70b47bf394..a3faac1e841f1a7d7698425d9debe33c66e8edd1 100644 (file)
@@ -54,7 +54,7 @@
 lxc_log_define(lxc_cgmanager, lxc);
 
 #include <nih-dbus/dbus_connection.h>
-#include <cgmanager-client/cgmanager-client.h>
+#include <cgmanager/cgmanager-client.h>
 #include <nih/alloc.h>
 #include <nih/error.h>
 #include <nih/string.h>