talons

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

commit 59bd8db042b4514e696c3fc39906130563f0691a
parent 7506d0eee5d92f5c58dcd284febd426c96f073be
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