2013-09-26 17:14:40 +02:00

15 lines
313 B
Plaintext

$NetBSD: patch-ae,v 1.6 2011/08/11 11:15:00 adam Exp $
--- src/engine-gpgsm.c.orig 2011-01-19 11:37:44.000000000 +0000
+++ src/engine-gpgsm.c
@@ -33,6 +33,9 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+#if HAVE_RFUNCS_H
+# include <rfuncs.h>
+#endif
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif