mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
15 lines
313 B
Plaintext
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
|