From: Christian Brauner Date: Thu, 22 Apr 2021 07:45:13 +0000 (+0200) Subject: conf: include strchrnul for platforms that don't support it X-Git-Tag: lxc-5.0.0~196^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60933dae08c589f139fb1eda1efbaf28028bac9e;p=thirdparty%2Flxc.git conf: include strchrnul for platforms that don't support it Signed-off-by: Christian Brauner --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 27aca9859..a4a9a9e1c 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -102,6 +102,10 @@ #include "include/strlcpy.h" #endif +#ifndef HAVE_STRCHRNUL +#include "include/strchrnul.h" +#endif + lxc_log_define(conf, lxc); /*