summaryrefslogtreecommitdiff
path: root/security/gpgme/patches/patch-ae
blob: 68cd2c26efb5402dad4b268f735e504af6b87bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.5 2011/03/03 11:39:48 adam Exp $

--- src/engine-gpgsm.c.orig	2008-11-03 17:50:12.000000000 +0100
+++ src/engine-gpgsm.c
@@ -29,6 +29,9 @@
 #include <sys/types.h>
 #include <assert.h>
 #include <unistd.h>
+#if HAVE_RFUNCS_H
+#include <rfuncs.h>
+#endif
 #include <locale.h>
 #include <fcntl.h> /* FIXME */
 #include <errno.h>