fixes problems for some readline versions that refer to FILE but
don't #include <stdio.h> themselves.
+Wed Dec 10 22:03:32 2003 Ben Pfaff <blp@gnu.org>
+
+ * glob.c: Add #include <stdio.h> the readline.h #include, which
+ fixes problems for some readline versions that refer to FILE but
+ don't #include <stdio.h> themselves.
+
Sun Jan 2 21:40:13 2000 Ben Pfaff <blp@gnu.org>
* Makefile.am: Reorganized. Put locale dir in version.c instead
#include <assert.h>
#include <stdlib.h>
+#include <stdio.h>
#if TIME_WITH_SYS_TIME
#include <sys/time.h>