[git] GPGME - branch, master, updated. gpgme-1.7.0-33-g8575920

by Justus Winter cvs at cvs.gnupg.org
Thu Oct 6 13:27:15 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  857592041b8355cd58a7068c9f2446cf8dc0968f (commit)
      from  8033cff441e9ea185531290273ec343f3402703c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 857592041b8355cd58a7068c9f2446cf8dc0968f
Author: Justus Winter <justus at g10code.com>
Date:   Thu Oct 6 13:12:28 2016 +0200

    Add missing includes.
    
    * lang/cpp/src/key.cpp: Include <strings.h> for 'strcasecmp'.
    * tests/gpg/t-cancel.c: Include <sys/select.h> for 'fd_set' and
    friends.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/lang/cpp/src/key.cpp b/lang/cpp/src/key.cpp
index df3dc02..4531a2b 100644
--- a/lang/cpp/src/key.cpp
+++ b/lang/cpp/src/key.cpp
@@ -33,6 +33,7 @@
 #include <gpgme.h>
 
 #include <string.h>
+#include <strings.h>
 #include <istream>
 #include <iterator>
 
diff --git a/tests/gpg/t-cancel.c b/tests/gpg/t-cancel.c
index af98af9..16a062a 100644
--- a/tests/gpg/t-cancel.c
+++ b/tests/gpg/t-cancel.c
@@ -34,6 +34,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <pthread.h>
+#include <sys/select.h>
 
 #include <gpgme.h>
 

-----------------------------------------------------------------------

Summary of changes:
 lang/cpp/src/key.cpp | 1 +
 tests/gpg/t-cancel.c | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list