aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.c b/file.c
index 94de21b3b0..a8df504ae1 100644
--- a/file.c
+++ b/file.c
@@ -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);