summaryrefslogtreecommitdiff
path: root/security/gpgme/patches/patch-ae
blob: bff6732ada648f411ed7e500f43432569768f263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.4 2009/11/15 18:41:55 drochner Exp $

--- src/engine-gpgsm.c.orig	2008-11-03 17:50:12.000000000 +0100
+++ src/engine-gpgsm.c
@@ -28,6 +28,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>