From: KATOH Yasufumi Date: Fri, 9 Mar 2018 08:53:09 +0000 (+0900) Subject: tools: Include config.h in tool_utils.c X-Git-Tag: lxc-3.0.0.beta2~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2209%2Fhead;p=thirdparty%2Flxc.git tools: Include config.h in tool_utils.c Since we do not include config.h, personality is not set. This is fix it. See issue #2208. Signed-off-by: KATOH Yasufumi --- diff --git a/src/lxc/tools/tool_utils.c b/src/lxc/tools/tool_utils.c index 7279b3d4c..e83560c2f 100644 --- a/src/lxc/tools/tool_utils.c +++ b/src/lxc/tools/tool_utils.c @@ -37,6 +37,8 @@ #include #include +#include "config.h" + #if HAVE_SYS_PERSONALITY_H #include #endif