From: Stéphane Graber Date: Mon, 25 Nov 2013 23:24:03 +0000 (-0500) Subject: usernsexec: Include utils.h for unshare X-Git-Tag: lxc-1.0.0.beta1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee37fac5ed303be483da0d9aa07391db5871717;p=thirdparty%2Flxc.git usernsexec: Include utils.h for unshare Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/lxc_usernsexec.c b/src/lxc/lxc_usernsexec.c index de6052d98..abc388035 100644 --- a/src/lxc/lxc_usernsexec.c +++ b/src/lxc/lxc_usernsexec.c @@ -40,6 +40,7 @@ #include #include "config.h" #include "namespace.h" +#include "utils.h" #ifndef HAVE_GETLINE #ifdef HAVE_FGETLN