From: Ben Pfaff Date: Thu, 11 Dec 2003 06:17:20 +0000 (+0000) Subject: * glob.c: Add #include the readline.h #include, which X-Git-Tag: sav-api~2721 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=a091b0dbb28a3f5f2d944b75bc9d1abba82c548f;p=pspp * glob.c: Add #include the readline.h #include, which fixes problems for some readline versions that refer to FILE but don't #include themselves. --- 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