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 4, 2024
2 parents fc63259 + 7065549 commit 217e3f8
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 217e3f8

Please sign in to comment.