blob: 3b173638674891206b94bae525967d53c37a993c (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 ();
|