[git] GPG-ERROR - branch, master, updated. libgpg-error-1.13-22-g320f1b8

by Werner Koch cvs at cvs.gnupg.org
Tue Aug 26 12:41:58 CEST 2014


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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  320f1b864553f105217ad6b0c70598f9a48c6aaa (commit)
      from  fc651665010056e6184e8514e5c5436427d7052d (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 320f1b864553f105217ad6b0c70598f9a48c6aaa
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Aug 26 12:41:54 2014 +0200

    Include required headers into gpg-error.h.
    
    * src/gpg-error.h.in: Include stdarg.h.

diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 993e83b..a0bbf17 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -25,6 +25,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <stdarg.h>
 
 #ifdef __GNUC__
 #define GPG_ERR_INLINE __inline__

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

Summary of changes:
 src/gpg-error.h.in |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list