[git] GPGME - branch, master, updated. gpgme-1.3.1-20-g62bbe58
by W. Trevor King
cvs at cvs.gnupg.org
Fri Apr 13 11:07:41 CEST 2012
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 62bbe58280737d73badbe518f140e40480205176 (commit)
from c318e69d8fa5f9e92d4aac3dd44fae5adcaade72 (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 62bbe58280737d73badbe518f140e40480205176
Author: W. Trevor King <wking at drexel.edu>
Date: Thu Apr 12 13:51:49 2012 -0400
status-table.c: include string.h for strcmp.
* status-table.c: include string.h to avoid `warning: implicit
declaration of function 'strcmp'`.
diff --git a/src/status-table.c b/src/status-table.c
index 276f70e..8060bdb 100644
--- a/src/status-table.c
+++ b/src/status-table.c
@@ -24,6 +24,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
#include "util.h"
-----------------------------------------------------------------------
Summary of changes:
src/status-table.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list