diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | file.c | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Sun Sep 10 09:41:29 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * file.c: ISPRINT() needs ctype.h + Sun Sep 10 09:19:47 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/optparse.rb: splat parsed arguments. @@ -39,6 +39,8 @@ int flock(int, int); # define MAXPATHLEN 1024 #endif +#include <ctype.h> + #include <time.h> VALUE rb_time_new(time_t, time_t); |
