[git] Assuan - branch, master, updated. libassuan-2.4.4-2-ga63c4f3
by Ben Kibbey
cvs at cvs.gnupg.org
Mon Nov 20 19:46:28 CET 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 "IPC library used by GnuPG".
The branch, master has been updated
via a63c4f33d5c10173dd54e2af32b127aa49498bfe (commit)
from 4f0abf4f5cd5b172611bd7da87da53e0fbb27c12 (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 a63c4f33d5c10173dd54e2af32b127aa49498bfe
Author: Ben Kibbey <bjk at luxsci.net>
Date: Mon Nov 20 10:44:47 2017 -0800
tests: Fix build.
* tests/fdpassing.c: Include config.h to define GPGRT_ENABLE_ES_MACROS.
Signed-off-by: Ben Kibbey <bjk at luxsci.net>
diff --git a/tests/fdpassing.c b/tests/fdpassing.c
index 1156ad7..3e1b71b 100644
--- a/tests/fdpassing.c
+++ b/tests/fdpassing.c
@@ -16,6 +16,9 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
-----------------------------------------------------------------------
Summary of changes:
tests/fdpassing.c | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
IPC library used by GnuPG
http://git.gnupg.org
More information about the Gnupg-commits
mailing list