mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c24b5a4c86
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)