talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b3956720e05ea5cbc685e52924044f351d794b68
parent 1be05377aec177b2503b51e186a9c7ceadc7d8da
Author: Paul <paul@claws-mail.org>
Date:   Fri,  1 Mar 2019 16:33:52 +0000

add 2 includes

prevents implicit declaration warnings, as reported by buildbot

Diffstat:
Msrc/plugins/pgpcore/pgp_utils.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/plugins/pgpcore/pgp_utils.c b/src/plugins/pgpcore/pgp_utils.c @@ -26,6 +26,8 @@ #ifdef USE_GPGME #include <glib.h> +#include <string.h> /* for strlen */ +#include <stdio.h> /* for strstr */ /* It's only a valid armor header if it's at the * beginning of the buffer or a new line, and if