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

parent 535bc5aa
......@@ -102,6 +102,10 @@
#include "include/strlcpy.h"
#endif
#ifndef HAVE_STRCHRNUL
#include "include/strchrnul.h"
#endif
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