Skip to content

Commit

Permalink
Merge pull request trusteddomainproject#220 from orlitzky/implicit-vs…
Browse files Browse the repository at this point in the history
…nprintf

libvbr/vbr.c: include <stdio.h> for vsnprintf()
  • Loading branch information
futatuki committed Jul 30, 2024
2 parents f0e5d3a + e4d091c commit 783c81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libvbr/vbr.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
Expand Down

0 comments on commit 783c81e

Please sign in to comment.