trusteddomainproject / OpenDKIM

Other
97 stars 52 forks source link

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

Open orlitzky opened 3 months ago

orlitzky commented 3 months ago

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