Skip to content

Commit

Permalink
Merge pull request trusteddomainproject#170 from orlitzky/snprintf-in…
Browse files Browse the repository at this point in the history
…clude
  • Loading branch information
futatuki committed Mar 11, 2024
2 parents dc2135e + 7065549 commit 6a2c5c7
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 6a2c5c7

Please sign in to comment.