[git] KSBA - branch, master, updated. libksba-1.3.5-8-gad36a28
by Kai Michaelis
cvs at cvs.gnupg.org
Wed Aug 9 15:54:46 CEST 2017
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 "KSBA is a library to access X.509 certificates and CMS data.".
The branch, master has been updated
via ad36a28e3a0580c1a9547843c03e1af172681efc (commit)
from 707862ab44fb6cca79dacbf866a7066d941b92fc (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 ad36a28e3a0580c1a9547843c03e1af172681efc
Author: Kai Michaelis <kai at gnupg.org>
Date: Wed Aug 9 15:52:36 2017 +0200
Add missing include.
* src/reader.c: include unistd.h
diff --git a/src/reader.c b/src/reader.c
index e117896..1ae8810 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -31,6 +31,7 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
-----------------------------------------------------------------------
Summary of changes:
src/reader.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list