Author :
tb
Date :
2024-05-20 20:36:17
Hash :c24b5a4c Message :nsh: unbreak build with upcoming libc changes
wchar.h will stop pulling in stdio.h on which extern.h depends because of
FILENAME_MAX. Add the missing stdio.h dependency to utf8.c to unbreak the
build.
ok stsp (who already pulled in the fix into upstream sources)