Skip to content

Commit

Permalink
libopendkim/util.c: include stdio.h for snprintf.
Browse files Browse the repository at this point in the history
This fixes a build failure on musl, reported at

  https://bugs.gentoo.org/896048
  • Loading branch information
orlitzky committed Feb 23, 2023
1 parent 551ab38 commit 7065549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libopendkim/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# include <stdbool.h>
#endif /* HAVE_STDBOOL_H */
#include <ctype.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <errno.h>
Expand Down

0 comments on commit 7065549

Please sign in to comment.