From: Christian Brauner Date: Thu, 22 Apr 2021 11:43:27 +0000 (+0200) Subject: getsubopt: use correct include X-Git-Tag: lxc-5.0.0~195^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38f448a8e2d3d722ef689f792b4fa891987bc2d;p=thirdparty%2Flxc.git getsubopt: use correct include Signed-off-by: Christian Brauner --- diff --git a/src/lxc/tools/include/getsubopt.c b/src/lxc/tools/include/getsubopt.c index 1cc4080b9..c01131a70 100644 --- a/src/lxc/tools/include/getsubopt.c +++ b/src/lxc/tools/include/getsubopt.c @@ -7,7 +7,7 @@ #include "config.h" #ifndef HAVE_STRCHRNUL -#include "include/strchrnul" +#include "../../../include/strchrnul.h" #endif /* Parse comma separated suboption from *OPTIONP and match against