[Commits] [SCM] claws branch, master, updated. 3.17.3-112-gb395672
claws at claws-mail.org
claws at claws-mail.org
Fri Mar 1 17:33:59 CET 2019
The branch, master has been updated
via b3956720e05ea5cbc685e52924044f351d794b68 (commit)
from 1be05377aec177b2503b51e186a9c7ceadc7d8da (commit)
Summary of changes:
src/plugins/pgpcore/pgp_utils.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit b3956720e05ea5cbc685e52924044f351d794b68
Author: Paul <paul at claws-mail.org>
Date: Fri Mar 1 16:33:52 2019 +0000
add 2 includes
prevents implicit declaration warnings, as reported by buildbot
diff --git a/src/plugins/pgpcore/pgp_utils.c b/src/plugins/pgpcore/pgp_utils.c
index 3903285..dc9dfd6 100644
--- 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
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list