trusteddomainproject / OpenDKIM

Other
94 stars 51 forks source link

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

Open orlitzky opened 2 months ago

orlitzky commented 2 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