From a091b0dbb28a3f5f2d944b75bc9d1abba82c548f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 11 Dec 2003 06:17:20 +0000 Subject: [PATCH] * glob.c: Add #include the readline.h #include, which fixes problems for some readline versions that refer to FILE but don't #include themselves. --- src/ChangeLog | 6 ++++++ src/glob.c | 1 + 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index c3877c4ac5..def71128e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 10 22:03:32 2003 Ben Pfaff + + * glob.c: Add #include the readline.h #include, which + fixes problems for some readline versions that refer to FILE but + don't #include themselves. + Sun Jan 2 21:40:13 2000 Ben Pfaff * Makefile.am: Reorganized. Put locale dir in version.c instead diff --git a/src/glob.c b/src/glob.c index f9d443b5cf..b2abbcf2b5 100644 --- a/src/glob.c +++ b/src/glob.c @@ -21,6 +21,7 @@ #include #include +#include #if TIME_WITH_SYS_TIME #include -- 2.30.2