Skip to content

Fix C99 compatibility glitch in ogginfo/codec_skeleton.c

Florian Weimer requested to merge fweimer/vorbis-tools:c99 into master

Include "utf8.h" for a prototype of the utf8_decode function. This avoids an implicit function declaration and build issues with future compilers.

Related to:

Merge request reports