summaryrefslogtreecommitdiff
path: root/math/pspp/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'math/pspp/patches/patch-aj')
-rw-r--r--math/pspp/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/pspp/patches/patch-aj b/math/pspp/patches/patch-aj
new file mode 100644
index 00000000000..3b173638674
--- /dev/null
+++ b/math/pspp/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2002/06/28 08:00:29 agc Exp $
+
+--- src/glob.c 2002/06/28 07:57:05 1.1
++++ src/glob.c 2002/06/28 07:57:47
+@@ -44,6 +44,7 @@
+
+ #if HAVE_LIBHISTORY
+ #if HAVE_READLINE_HISTORY_H
++#include <stdio.h>
+ #include <readline/history.h>
+ #else /* no readline/history.h */
+ extern void using_history ();