Skip to content

Fix include for NAME_MAX

Nicolas Fella requested to merge work/namemax into master

NAME_MAX is defined in limits.h/climits.

Getting it through stdio.h was accidental and can blow up any time.

Merge request reports