]> git.ipfire.org Git - thirdparty/lxc.git/commit
Add missing config.h includes.
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 14 Mar 2013 03:21:15 +0000 (23:21 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 14 Mar 2013 03:26:55 +0000 (23:26 -0400)
commitf424fa8f3ed5883c5624cf0a494537a5ec912d35
tree864370dfd69bc9240a912a511158046827b7783f
parent2ac9aafca6793e74587df7b81a1b27a71a16caa9
Add missing config.h includes.

conf.h and start.h weren't explicitly including config.h which meant that
depending on the ordering of the includes in whatever was including conf.h
or start.h, some pieces of the structs defined in those may be missing.

This led amongst other problems to the lxc_conf struct being wrong by 8 bytes
for functions from commands.c, leading to lxc-stop always failing.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Signed-off-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/conf.h
src/lxc/start.h