mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Add limits.h header that defines PATH_MAX as this is not defined by the toolchain headers. The value of 256 for PATH_MAX is based on how it is set in lib/libc/minimal/include/limits.h. Signed-off-by: Kumar Gala <kumar.gala@intel.com>