From d38f448a8e2d3d722ef689f792b4fa891987bc2d Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 22 Apr 2021 13:43:27 +0200 Subject: [PATCH] getsubopt: use correct include Signed-off-by: Christian Brauner --- src/lxc/tools/include/getsubopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2