conf: include strchrnul for platforms that don't support it

parent 310f5976
...@@ -102,6 +102,10 @@ ...@@ -102,6 +102,10 @@
#include "include/strlcpy.h" #include "include/strlcpy.h"
#endif #endif
#ifndef HAVE_STRCHRNUL
#include "include/strchrnul.h"
#endif
lxc_log_define(conf, lxc); lxc_log_define(conf, lxc);
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment