Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvbr/vbr.c: include <stdio.h> for vsnprintf() #220

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jul 28, 2024

  1. libvbr/vbr.c: include <stdio.h> for vsnprintf()

    This fixes an implicit declaration error with newer compilers and on
    musl where stdio.h does not incidentally get included by some other
    header.
    
    Bug: https://bugs.gentoo.org/936591
    orlitzky committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e4d091c View commit details
    Browse the repository at this point in the history