[git] GPG-ERROR - branch, master, updated. libgpg-error-1.13-3-g51f9a81
by Werner Koch
cvs at cvs.gnupg.org
Wed Jun 25 08:26:39 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 51f9a8180ecbc24ed092bef5f2aa920a76769dcb (commit)
from 3fada688c0df6e3140e4fcaf59b9bcfcc7a70bf4 (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 51f9a8180ecbc24ed092bef5f2aa920a76769dcb
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jun 25 08:29:32 2014 +0200
Add missing prototype for build tool.
* src/gen-posix-lock-obj.c: Include string.h.
--
string.h is required for strerror ().
diff --git a/src/gen-posix-lock-obj.c b/src/gen-posix-lock-obj.c
index de2c8bc..df732c3 100644
--- a/src/gen-posix-lock-obj.c
+++ b/src/gen-posix-lock-obj.c
@@ -26,6 +26,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <pthread.h>
-----------------------------------------------------------------------
Summary of changes:
src/gen-posix-lock-obj.c | 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