limits.h is needed for getting PATH_MAX definition, this comes to fore with musl libc where limits.h is not included indirectly via other system headers.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks reasonable, limits.h really is not included by any of these system headers in musl.